ID: 21592 Updated by: [EMAIL PROTECTED] Reported By: szabo_a at interware dot hu -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: RH 8.0 PHP Version: 4.3.0 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-01-18 10:21:40] [EMAIL PROTECTED] Related: bug #7923 ------------------------------------------------------------------------ [2003-01-18 09:11:30] [EMAIL PROTECTED] s/let me marking/let me mark/ ------------------------------------------------------------------------ [2003-01-18 08:55:32] [EMAIL PROTECTED] By default, htmlspecialchars() treats the input character set as iso-8859-1. If you want to specify it, you need to pass the appropriate charset name to the function via the third parameter. For more info, see http://www.php.net/htmlspecialchars. And moreover, htmlspecialchars() doesn't support iso-8859-2. Here's the list of supported charsets: ISO-8859-1 (alias: ISO8859-1) ISO-8859-15 (alias: ISO8859-15) UTF-8 cp1252 (alias: Windows-1252, 1252) BIG5 (alias: 950) GB2312 (alias: 936) BIG5-HKSCS Shift_JIS (alias: SJIS, 932) EUCJP (alias: EUC-JP) I think this list should have been put on the manual in the first place. Let me marking this problem report as Documentation Problem. Thanks for your report. ------------------------------------------------------------------------ [2003-01-13 02:49:06] szabo_a at interware dot hu Then some more info: Here is an example: http://www.parbanszep.hu/aa.php And the file: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> </head> <body> <h1><?=htmlspecialchars($xx);?></h1> <form method="post"> <input type="text" name="xx" value="<?=$xx?>"> <textarea name="yy"><?=htmlspecialchars($yy);?></textarea> <input type="submit"> </form> </body> </html> Now try to enter õûÕÛ into the two fields, they will become õ etc. instead of their one-char-form. Further info: http://www.parbanszep.hu/phpinfo.php ------------------------------------------------------------------------ [2003-01-12 12:46:00] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Please provide an example which reproduces this error, also include any relevant httpd.conf/php.ini settings. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21592 -- Edit this bug report at http://bugs.php.net/?id=21592&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php