hosain-fouad / dotify

Automatically exported from code.google.com/p/dotify
0 stars 3 forks source link

Some uppercase letters are possibly translated incorrectly #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r898.

Original comment by joel.hak...@mtm.se on 12 May 2014 at 12:48