[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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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 4 Guests 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.