You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
Uppercase letters that, once translated to lowercase, lose their distinguishing
marks, will be translated as if they were regular characters.
= For example =
LATIN CAPITAL LETTER I WITH DOT ABOVE, 0130
(int)"\u0130".charAt(0) != (int)"\u0130".toLowerCase().toUpperCase().charAt(0)
Because only lowercase letters are allowed in the braille table, this character
will be converted into a regular 'i' before translation.
Original issue reported on code.google.com by joel.hak...@mtm.se on 29 Apr 2014 at 11:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
joel.hak...@mtm.se
on 29 Apr 2014 at 11:01The text was updated successfully, but these errors were encountered: