php-i18n Digest 19 Nov 2003 10:29:26 -0000 Issue 203 Topics (messages 633 through 633):
Japanese katakana "SO" in SJIS gives problems. 633 by: Jean-Christian IMbeault Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message ---I'm having trouble with POST form data being passed to me in Japanese. The incoming data is in SJIS and if someone enters the japanese katakana "SO" it somehow ends up being turned up in to "SO\". Here is an example: User enters "ソ" PHP says the POST values is: POST['name'] = ソ\ Where did that last character come from? This is a big problem for me if people enter words in katakana containing the character "SO". For example "software" gets an extra backslash inserted after the so ... Does anyone have a safe solution to this problem? Thanks, Jean-Christian Imbeault
--- End Message ---