Changing sql database from mysql 4.1 to 5.1 dbcharset problem Changing sql database from mysql 4.1 to 5.1 dbcharset problem
 

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

Changing sql database from mysql 4.1 to 5.1 dbcharset problem

Started by perftech, October 07, 2019, 08:05:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

perftech

Hello,
I have been trying to move the coppermine gallery from old database server to newer one but I keep getting parsing errors on the website.
Some characters are not displaying properly in comments and image titles...
I have set $CONFIG['dbcharset'] = 'latin1'; to accommodate the old charset on older database server but some characters are still not displaying properly...
I am thinking because some Slovenian characters are not covered under https://en.wikipedia.org/wiki/ISO/IEC_8859-1 (latin1). 
Is there anything I can do so I can finally retire the old database server?

Example:
�? it should be displayed as č
Any advice?