Page 1 of 1
installation problem, how about unicode support?
Posted: Thu Mar 31, 2005 4:09 pm
by mathias
Hello there,
I installed serendipity on a Linux/PostGres/Unicode system. It worked fine but s9y seems to be implemented solely to work as a "LATIN1" system. That means that all posts that contain special (German) characters, which are transferred as UTF-8 characters produce error messages.
Is there a Plugin for Unicode support?
If not, is Unicode support planned?
Tanks a lot, Mathias
Re: installation problem, how about unicode support?
Posted: Thu Mar 31, 2005 6:47 pm
by garvinhicking
You can use Serendipity easily in a unicode environment if:
1. you edit your lang/serendipity_lang_de.inc.php file and change the CHARSET to 'UTF-8' and then save the file as UTF-8 byteformat.
2. You make sure your database has UTF-8 charsets for the tables
For Serendipity 0.9 we will try to make charsets independent from their language as we're working on finding another translation system...
Regards,
Garvin
Character Encoding again...
Posted: Thu Mar 31, 2005 11:55 pm
by mathias
Hello there,
thank you very much for the hint. The basic stuff now works fine. Except for the calendar on the right side. That doesn't show in Unicode, there are question marks instead.
http://www.mwellner.de/blog will show you what I mean.
Where are the files for the month names? I tried grep but it didn't help.
Bye, Mathias
Re: Character Encoding again...
Posted: Fri Apr 01, 2005 11:05 am
by garvinhicking
Okay, the calendar draws its names from the system locale. You'll need to edit your language file once again and set the first locale to 'de_DE@UTF-8' or something like that, depending on your webserver setup.
Regards,
Garvin
Re: Character Encoding again...
Posted: Fri Apr 01, 2005 11:11 am
by garvinhicking
Okay, the calendar draws its names from the system locale. You'll need to edit your language file once again and set the first locale to 'de_DE@UTF-8' or something like that, depending on your webserver setup.
Regards,
Garvin
thanks again
Posted: Fri Apr 01, 2005 5:23 pm
by mathias
Hey Garvin,
thanks again for your quick reply. That is really appreciated. Now it seems to work!
Mathias