Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Some uppercase letters are possibly translated incorrectly #88

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant