UTF-8 encoding BUG is still here in ver. 142 across 144 UTF-8 encoding BUG is still here in ver. 142 across 144
 

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

UTF-8 encoding BUG is still here in ver. 142 across 144

Started by yard2004, March 12, 2006, 01:39:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yard2004

Hello guys,

I have serious problem with UTF-8 /UNICODE/ encoding one slovak language letter - small "ň" (only these letter is big problem !). I have sql database MySQL 4.1.14 with UTF-8 encoding support, after install ALL IS OK (menu´s, text´s atc.) but after input letter ň, thos letter Coppermine change at unknown character ſ !
After debugging, I discover, that character ň is in SQL stored in incorect hexa format C5 3F, but correct must be C5 88. Is there a solution at this BUG ?? Many, many thanks! :-\

Joachim Müller