German umlauts unreadable (Linux Ubuntu 7.04)

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
kilroy
New user
Posts: 4
Joined: 05 Sep 2007, 20:01

German umlauts unreadable (Linux Ubuntu 7.04)

Post by kilroy »

Moin,

i've tried todays "Daily Trunk Snapshot" under Ubuntu 7.04 (Linux kilroy 2.6.20-16-generic) but the german umlauts aren't shown correctly. I looked into de.po and where e.g. Grün (Green) is

Code: Select all

G  r  ?  ?  n
47 72 C3 B8 6E
When i write Grün in UTF-8 i got: 47 72 C3 BC 6E

Any hints are welcome.
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: German umlauts unreadable (Linux Ubuntu 7.04)

Post by DevUrandom »

That should have been iso8859-1 encoding. I have a patch somewhere to fix that (and change a lot of other translations). Will commit that hopefully soon.