error parsing of umlauts in site title after patchE-upgrade

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
Balubaer
Posts: 39
Joined: Wed 16. Aug 2006, 15:50
Location: Berlin

error parsing of umlauts in site title after patchE-upgrade

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Balubaer
Posts: 39
Joined: Wed 16. Aug 2006, 15:50
Location: Berlin

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

we are at patch G

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Balubaer
Posts: 39
Joined: Wed 16. Aug 2006, 15:50
Location: Berlin

Post 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
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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?
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Balubaer
Posts: 39
Joined: Wed 16. Aug 2006, 15:50
Location: Berlin

Post 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
Locked