php-i18n Digest 21 Aug 2002 09:46:28 -0000 Issue 119
Topics (messages 312 through 312):
Japanese: multiple internal encodings possible?
312 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 am currently writting PHP scripts that accesses a database containing
data in EUC-JP. However the web page designers are wrting there pages in
SJIS.
I'm finding that my pages don't display well because the data I get back
is in EUC-JP and the hard-coded text the designers put in is in SJIS. Is
there any easy solution around this (besides the obvious of doing an
mb_convert_encoding() on all my variables.)
Thanks,
Jc
--- End Message ---