Project

General

Profile

Need help with unicode

Added by cloud Rider almost 15 years ago

I'm wondering if redmine supports for unicode. I installed redmine on the shared server and tried to type in some unicode font. it display နေကောင်းလား. Wondering how I can make it display correctly. Any help will be appreciated. Thanks!


Replies (5)

RE: Need help with unicode - Added by cloud Rider almost 15 years ago

okie. it display correctly here with Firefox browser. but on my site, it doesn't. wondering how to fix it.

ကြာကြာကြည့်ရင်မျက်စိ​ညောင်းမယ်။

RE: Need help with unicode - Added by cloud Rider almost 15 years ago

Redmine : 0.8.4.stable (MySQL)
MySQL server: 5.0.75
ruby: 1.8.6
rails: 2.3.2
OS: Linux with kernel 2.6.28-9.15.intel.BHsmp
ruby-aware server used: No idea.

RE: Need help with unicode - Added by cloud Rider almost 15 years ago

And I have another question. Why red mine on my site is running on development environment instead of production environment?

RE: Need help with unicode - Added by cloud Rider almost 15 years ago

cloud Rider wrote:

And I have another question. Why red mine on my site is running on development environment instead of production environment?

okie. don't worry about this anymore since I figured out how to force the application to run on production environment.

Help on Unicode will be really appreciated. :)

RE: Need help with unicode - Added by cloud Rider almost 15 years ago

Okie. I figured this out. The culprit is in the database.
The collation was set to lantin1_swedin_ci in the database by default.
So, I deleted the database, recreated it with utf8_general_ci collation and migrate the database using

%prompt> rake db:migrate RAILS_ENV="production"

Thanks for great software.

    (1-5/5)