Character problem after upgrading from 1.3.2 to 1.4.4 Character problem after upgrading from 1.3.2 to 1.4.4
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Character problem after upgrading from 1.3.2 to 1.4.4

Started by javelinworld, March 26, 2006, 06:59:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

javelinworld

I updated from 1.3.2 to 1.4.4 and I have pb with accentuated character like "é" "è" "ê"
The main langage of my gallery is french.
The  URL : http://jerome.chevillat.free.fr/cpg132/index.php

I have "Ath讥s 2004 " instead of "Athènes 2004"... the problem is the same in every langage !!! I always have "Ath讥s 2004 "

Moreover at the bottom of the main page in the last additions files I have something strange : Jarkko KOSKI VĈČļ/span>
vu 35 fois
30 Aout 2005


I do not understand why /span is written :o

Joachim Müller

has been asked before. You have non-unicode text in your database, but you now use utf-8 (unicode). Either use the charset you used when originally populating the content or use charsetmgr.php to convert your database's textual content to utf-8 (recommended). Please search, this has been asked before. The html tag </span> probably shines through because one of your special chars that shows up garbled equals a >, no need to worry about this particular issue. Fix the garbled special chars first.

javelinworld

Ok thanks
But charsetmgr.php said that I already use  utf-8...
I tried iconv with the same result...

I have to modify each corrupted word now