php-i18n | 2002091
Date: 09/03/02
- Next message: prabahar: "[PHP-I18N] ISO to EUC convertion"
- Previous message: Rui Hirokawa: "[PHP-I18N] Re: Japanese/mbstring: mb_detect_encoding differnet in IE5 and N7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PHP 4.3.0 will support conversion from script encoding
to internal encoding.
This option is enable if --enable-zend-multibyte is set with configure.
You can specify the script encoding in php.ini,
mbstring.script_encoding = SJIS
mbstring.internal_encoding = EUC-JP
If you want to use now, please try snapshot (snaps.php.net)
or cvs.
On Wed, 21 Aug 2002 18:41:19 +0900
jean_christian <email protected> (Jean-Christian Imbeault) wrote:
> 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
>
-- ----------------------------------------------------- Rui Hirokawa <rui_hirokawa <email protected>> <hirokawa <email protected>>-- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: prabahar: "[PHP-I18N] ISO to EUC convertion"
- Previous message: Rui Hirokawa: "[PHP-I18N] Re: Japanese/mbstring: mb_detect_encoding differnet in IE5 and N7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

