Some problem with charset Some problem with charset
 

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

Some problem with charset

Started by silyashevich, January 22, 2006, 12:08:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

silyashevich

CPG 1.4.3...

in stat-details.php:
line 107:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
need:
<meta http-equiv="Content-Type" content="text/html; charset={$CONFIG['charset']}" />

in keyword_select.php:
line 56:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
need:
<meta http-equiv="Content-Type" content="text/html; charset={$CONFIG['charset']}" />

ps... may be move it 2 http://forum.coppermine-gallery.net/index.php?board=29.0 (cpg1.4 Testing/Bugs)  ::)

Nibbler

This has already been reported as a bug.