From: Franky V. L. <lie...@te...> - 2008-08-13 09:17:11
|
On Wed, 13 Aug 2008 10:25:16 +0200 To...@we... wrote: > Hi all, > > i`ve got another question. :) > i`ve got buttons with html code like ä for a <ä> , for example > vorwäwts but it must be vorwärts. in file message.po located in > phpESP/locale/de_DE/LC_MESSAGES/ i`ve changed the word vorwäwts > into vorwärts but the survey looks quite the same. > > [URL=http://img227.imageshack.us/my.php?image=surveyla2.png][IMG]http://img227.imageshack.us/img227/752/surveyla2.th.png[/IMG][/URL] > > as you can see i did fix the problem with the css design although i > changed the default.css. :/ does anybody have an idea? > > regards, > > tom Hi, if you change the locale, the .mo files must be regenerated. That's why you don't see any difference. It seems that the german language file contains html code instead of utf-8, which is obviously wrong ... Franky |