From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.2 PHP version: 4.2.3 PHP Bug Type: Apache2 related Bug description: Problem in handling big5 characters from HTML form
1. When I use $_REQUEST, $_POST, $_GET to retrieve the data of a HTML form, all "big5" characters will be changed to some HTML codes (e.g. "$#20806"). Although these HTML codes can be displayed correctly in browsers, I cannot convert them back to "big5" code. With PHP4.2.3 on Apache 1.3.27, there is no problem. PHP can retrieve "big5" characters from HTML form. 2. The "htmlentities" function does not correctly convert "big5" characters to html codes. Wrong html codes are generated and cannot be correctly displayed in browser. -- Edit bug report at http://bugs.php.net/?id=20929&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20929&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20929&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20929&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20929&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20929&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20929&r=support Expected behavior: http://bugs.php.net/fix.php?id=20929&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20929&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20929&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20929&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20929&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20929&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20929&r=isapi
