Forums/Use Tasks/General Questions/Comments

Different languages/encodings [solved]

Peio Popov
posted this on Jan 19 08:21 am

When creating a task in a language different than English the title is "encoded" html entities like:

 

Omega Консултантски Договор


Would an addition of a meta encoding tag solve that?

 

Comments

User photo
Chris Kacerguis
Austin Web Development

Hello,

What langage are you using?

Thanks!

Chris

January 19, 2012 01:32 pm.
User photo
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.
User photo
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.

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

January 19, 2012 05:07 pm.
User photo
Peio Popov
Ok, but what about default utf-8 encoding?
January 19, 2012 09:42 pm.
User photo
Chris Kacerguis
Austin Web Development

Hi!

You should be able to set your language "english_utf8"

Chris

January 20, 2012 04:38 pm.
User photo
Peio Popov
Yes, this worked! Thank you very much, Chris!
January 21, 2012 12:18 am.
Topic is closed for comments