[bug] charset hardcoded in keyword_select.php and other files [bug] charset hardcoded in keyword_select.php and other files
 

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

[bug] charset hardcoded in keyword_select.php and other files

Started by Titooy, December 15, 2005, 01:00:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Titooy

I checked the devel too and these files still have "iso-8859-1" hardcoded

keyword_select.php
stat_details.php
xp_publish.php
include/mailer.inc.php

Paver

Fixed & committed to stable & devel: keyword_select.php, stat_details.php, xp_publish.php.

I didn't want to play with include/mailer.inc.php since I cannot test it.

Nibbler

There is no need to change the charset in include/mailer.inc.php.

Paver

I was wondering if that were true.  The hardcoded iso-8859-1 is just the default it seems.  It isn't used because $charset is then pulled from the correct place in the object instance.  Correct?

Nibbler

Yeah, the proper charset is specified when we use the object.