Would an addition of a meta encoding tag solve that?
Comments
Chris Kacerguis
Austin Web Development
Hello,
What langage are you using?
Thanks!
Chris
January 19, 2012 01:32 pm.
Peio Popov
Hi, I am using Bulgarian, a cyrillic alphabet.
After I posted the question, I've found four or more years old installation of TasksJr which I localised in Bulgarian. There the problem was fixed in line 12 with "windows-1251", but utf-8 should work too:
$ grep -n tasks/languages/bulgarian.php
5:$language = new language;
7:$language->name = "Bulgarian";
8:$language->author = "Peio Popov";
9:$language->author_email = "peio@peio.org";
10:$language->author_web = "http://blog.peio.org/";
12:$language->charset = "windows-1251";
January 19, 2012 01:44 pm.
Chris Kacerguis
Austin Web Development
Hello,
TasksPro has not been localized into Bulgarian, to make the change that you are suggesting we would need the Bulgarian translation of TasksPro.
Comments
Hello,
What langage are you using?
Thanks!
Chris
Hello,
TasksPro has not been localized into Bulgarian, to make the change that you are suggesting we would need the Bulgarian translation of TasksPro.
If you would like to do it, you can go here: http://crowdfavorite.com/download/tasks/translation_kit.zip
to get the translation kit, and I can install in for your account.
Chris
Hi!
You should be able to set your language "english_utf8"
Chris