coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: silyashevich on January 22, 2006, 12:08:56 AM

Title: Some problem with charset
Post by: silyashevich on January 22, 2006, 12:08:56 AM
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 (http://forum.coppermine-gallery.net/index.php?board=29.0) (cpg1.4 Testing/Bugs)  ::)
Title: Re: Some problem with charset
Post by: Nibbler on January 22, 2006, 04:08:23 PM
This has already been reported as a bug.