larsiusprime / firetongue

A translation/localization framework written in Haxe
MIT License
144 stars 32 forks source link

doesn't work on html5 target #2

Closed as3boyan closed 8 years ago

as3boyan commented 11 years ago

I got two locales, en-US and ru-RU, only en-US works fine. ru-RU shows empty strings

AndreiRegiani commented 11 years ago

Does the font support Cyrillic characters? Be sure your CSV is encoded in UTF-8, and try with a romance language to see if the problem is with the font or with the parser on HTML5.

as3boyan commented 11 years ago

Font is Arial, UTF-8, it works on other platforms

larsiusprime commented 11 years ago

I'll look into this, the AS3 version was able to support Cyrillic, Korean, Chinese, and Japanese characters.

larsiusprime commented 10 years ago

Looking into this now. We should determine whether it is a font issue or a firetongue issue. Does your font show cyrillic characters if you just insert them directly, ie:

myTextField.text = "спасибо";

as3boyan commented 10 years ago

I'm not sure, maybe I will try to do this in simple OpenFL project first.

larsiusprime commented 8 years ago

Cyrrilic letters are confirmed working in HTML5.