From: hkuha h. <hku...@gm...> - 2005-06-26 11:39:55
|
Hi there, Since I am using PHPESP with Traditional Chinese(BIG5), however I found that I need to handle the input chinese charater input with the following command. This is in PERL format $message =3D~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; anyone know which file should I modify and how? Regards |