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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problems with Norwegian letters...

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

Previous topic - Next topic

0 Members and 3 Guests 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....)