where to set sitewide character encoding?
Hi, I was wondering where to set sitewide character encoding for the Polish language. In the httpd.conf or in a file of koha distro? Is there such single file? Say, I translate opac.pl using kate and utf-8... Then I update the directories with ./tmpl_process. I can't enjoy utf-8 because koha defaults to iso-8859-1. Paul, how did you menage to set it in the French language? French uses iso-8859-2. Benedict
Hi, In article <1076892963.4543.254.camel@localhost.localdomain>, Benedykt P. Barszcz <kb2qzv@poczta.wp.pl> wrote:
I was wondering where to set sitewide character encoding for the Polish language. In the httpd.conf or in a file of koha distro? Is there such single file?
in the translation file, there should be a line text/html; charset=iso-8859-1 If you set the "translation" of that line to text/html; charset=utf8 then it should work. If it doesn't, then it's a bug in the translation tool that need to be fixed. -- Ambrose LI Cheuk-Wing <a.c.li@ieee.org> http://ada.dhs.org/~acli/
participants (2)
-
Ambrose LI <acli@ada.dhs.org> via forwarder -
Benedykt P. Barszcz