German Umlauts once again (Debian)

Found a bug? Tell us!!
Post Reply
wh1sper
Regular
Posts: 113
Joined: Sat Jan 15, 2005 6:26 pm
Location: Germany
Contact:

German Umlauts once again (Debian)

Post by wh1sper »

Here in the bug section of forum is a German Article which discusses the issues with the German Language set especially date and time.
But sadly that doesn't works for me.
I have investegated this and shoot down the problem to this (in short)
First: the system has to support the wished language locale.
Test it !
second:, don't include not supported Locales in the
i.e.

Code: Select all

serendipity_lang_de.inc.php
On my site there isn't euro support for example.
If this is listed in the define line then the Locales doesn't work
This is my personnal line:

Code: Select all

@define('DATE_LOCALES', 'de_DE', 'de_DE.ISO_8859-1');
Finally I got Date and Month in German :P :)
For a indeep explanation (in German only) please see
http://zockertown.de/serendipity/categories/3-Site

Bug is not the right place for this posting, please give me a favour and move it
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: German Umlauts once again (Debian)

Post by garvinhicking »

The locales are usually executed from first to last and checking them should stop after one locale has worked properly. Maybe you are using an older PHP version? Because this works well since quite some time on most german blogs I've heard (also on debian systems, I use 3 of them with this locale...).

But of course we can leave it here if ever someone faces the same problem, thanks! :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply