Stypox / dicio-sentences-compiler

Sentences-compiler for Dicio assistant
GNU General Public License v3.0
11 stars 4 forks source link

Output files always have to be UTF-8 #3

Closed Stypox closed 4 years ago

Stypox commented 4 years ago

Android Studio can't normally compile UTF-16 files, so the UTF-16 encoding for output can't be used. So when the output is UTF-8 unicode characters in sentences should be written as "\uXXXX" in Java strings.

Stypox commented 4 years ago

After some investigation I saw that UTF-8 handles correctly even unicode characters, so this is not an issue.