Page 1 of 1

error parsing of umlauts in site title after patchE-upgrade

Posted: Tue 5. Sep 2006, 00:19
by Balubaer
Hi, me again.

I updated my phpwcms to the actual patchE. After this I have to recognize that the parsing of umlauts doesn't work well now.

The (test) title 'ä ö ü Ä Ö Ü ß &' was parsed to

Code: Select all

<title>&Atilde;&curren; &Atilde;&para; &Atilde;&frac14; &Atilde;� &Atilde;� &Atilde;� &Atilde;� &</title>
That's definitely wrong. ;) Any suggestions?

Thanks,
Dennis

Posted: Tue 5. Sep 2006, 16:16
by flip-flop
You are right, if you did use the charset UTF-8. A switch to iso-8859-1 solves this problem. But it isn't right.

Knut

Posted: Tue 5. Sep 2006, 16:40
by Balubaer
Hi Knut.

Even if I change the config.inc.php to iso the title is parsed incorrectly. Beside that I need utf because my sites also have cyrillic content.

But thanks so far,
Dennis

Posted: Tue 12. Sep 2006, 16:08
by Oliver Georgi
we are at patch G

Oliver

Posted: Tue 12. Sep 2006, 23:45
by Balubaer
Hi Oliver,

now I installed the PatchG and the error is still there. I also entered and saved the title once again and deleted my local cache. Nothing. :(

Now I don't know what to do next. Before PatchF the title was shown correctly.

Still any suggestions?

Regards,
Dennis

Posted: Wed 13. Sep 2006, 00:25
by Klappstuhl28
Hi Balubaer,

What about a link? Does this happen in the content which
is generated by the cms or in the stuff you produced whith
a wysiwyg-editor in the template area?

Posted: Wed 13. Sep 2006, 00:37
by Balubaer
Hi Klappstuhl28,

I didn't used a wysiwyg editor. The content of all articles are shown right. Only the title of the website which I set in the site layout (Seitenlayout -> Seitentitel) isn't parsed well in the manner mentioned in my first post.

Dennis