
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] OT-Japanese in PHP
David E wrote:
>From: Mark Sargent <powderkeg@example.com> on Date: Fri, 20 May 2005 16:45:18 +0900
>
>
>>ok, I've taken a look at php.ini and found this,
>>
>>
>>
>
>Here are some typical settings for php.ini for doing ja:
>
>output_handler =mb_output_handler;
>
>[mbstring]
>;***;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>;; For Japanese handling ;;
>default_charset = Shift_JIS;
>mbstring.http_input = auto;
>mbstring.http_output = SJIS;
>mbstring.internal_encoding = EUC-JP;
>mbstring.encoding_translation = On;
>mbstring.script_encoding = EUC-JP;
>mbstring.language = Japanese;
>mbstring.substitute_character = none;
>mbstring.detect_order = auto;
>
>
>
>
>>I didn't install any extensions at install, so, am I looking at a
>>recompile to get Japanese in php..? Sorry for what may seem like mundane
>>Qs. Cheers.
>>
>>
>
>
>You can tell what's been compiled in by running a php script
>containing this:
>
><?phpinfo();?>
>
>
>-dave
>
>
>
Hi All,
ah, it seems that I may need to recompile...
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs'
'--with-mysql=/usr/local/mysql'
Ok, I gotta ask...if I recompile, I just back up the current php.ini and
repeat steps 10, 11, 12 on this page,
http://www.php.net/manual/en/install.unix.apache2.php
and make sure I add this,
--enable-mbstring=LANG:
replacing LANG with Shift_JIS, yes..?
again, I gotta ask b4 trying. Still getting the hang of this stuff. Cheers.
Mark Sargent.
Home |
Main Index |
Thread Index