Some body test php6-dev version for mbs?
am 26.08.2009 19:26:52 von hack988 hack988I'm try php6-dev recently.I found it had so many diffrent with older
versions.I'll discuss with everybody in later:)
now i have a problem in php6-dev
codes follow:(warning:this code include some no-english characters and
it hex string is B2E2 In GBK char-set)
==================== =====3D=
=============3D
echo "²â";
==================== =====3D=
=============3D
everything is ok in php5,php4 but a error tigger throw by php6
------------------------------------------------------------ ---------------
Warning: Illegal or truncated character in input: offset 0, state=3D0 in
F:\Programming\Web\php\maillist\charset.php on line 2
Parse error: parse error in
F:\Programming\Web\php\maillist\charset.php on line 2
PHP Warning: Illegal or truncated character in input: offset 0,
state=3D0 in F:\Programming\Web\php\maillist\charset.php on line 2 PHP
Parse error: parse error in
F:\Programming\Web\php\maillist\charset.php on line 2
------------------------------------------------------------ ---------------
I must change the php file's char-set to utf-8 for codes run successful.
Attention! Gmail's default charset is utf-8 so if any body to test
code please change the file's char-set to ansi
Any body know how use no utf-8 char-set in php6 with no-ascii char ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php