Problems with Norwegian letters... Problems with Norwegian letters...
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Problems with Norwegian letters...

Started by oysteinw, May 29, 2006, 10:12:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

oysteinw

Upgraded from version 1.3.3 to 1.4.6.  Works fine except one thing, the norwegian letters are not correct.  If I choose character encoding to Western my old comments are shown correct, but the menus are all wrong.  If I choose the recommended Unicode the menus are correct, but the comments are messed up.  There is no "Norwegian" (or Danish, that's the same) character encoding available for me.

Have anyone some suggestions??

Joachim Müller

Use unicode (aka utf-8) as suggested and convert your textual content in your database by running the charsetmgr.php (as suggested in the upgrade script). As an alternative, you can use iso8859-1 (western) afaik. Has been asked quite often already, please search the board before posting.

oysteinw

Thanks!!  That solved the problem  (OK, I'm lazy, should have searched more or read the manual first....)