Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-09 Thread David Powers
Moriyoshi Koizumi wrote: > > Japanese developers has continuously been suffering from this moji- > bake issue too and quite a few guys among them don't know even why > moji-bake occurs. So it seems I'm hardly able to explain it in a > nutshell. > > I guess the text I'm mentioning below may help you

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-09 Thread Moriyoshi Koizumi
Hello, On Tue, Jan 07, 2003 at 01:18:35PM -, David Powers wrote: > Perhaps I am misunderstanding how PHP works in Japanese. Let me explain > briefly what it is I am doing. I'm sure it's the way a lot of PHP users > in Japan are operating, but since I live in London, it's not possible > for me

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-08 Thread Jean-Christian Imbeault
David Powers wrote: I also need visitors to be able to fill in online forms that can be mailed back to me. Since most Japanese people are likely to be using Windows, their input is likely to be in SJIS. > What is the best configuration? If I set everything to EUC-JP, how would > the input from

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-07 Thread David Powers
Moriyoshi Koizumi wrote: > > As I said in the previous mail, mojibake is because you are composing > your pages in Shift_JIS whereas you are supposed to use EUC-JP > actually. Perhaps I am misunderstanding how PHP works in Japanese. Let me explain briefly what it is I am doing. I'm sure it's the w

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-06 Thread Moriyoshi Koizumi
On Sun, Jan 05, 2003 at 03:37:47PM -, David Powers wrote: > > On Sun, Jan 05, 2003 at 12:20:51AM -, David Powers wrote: > >> This is a cut-down version of what I now have in my php.ini. As you > >> will see, I have commented out the output_handler line. When > >> enabled, all I got was moji

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-06 Thread David Powers
Jean-Christian Imbeault wrote: > > I would definitely investigate PostgresQL. I was also wondering which > to use for a PHP project that needed to store japanese and I > eventually settled on Postgres. Setting Postgres to use japanese is a > breeze, (just one option needs to be given at ./configure

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-06 Thread Jean-Christian Imbeault
David Powers wrote: Understood, but if I take your meaning correctly, Postgres is worth investigating. It's not a bad choice. I would definitely investigate PostgresQL. I was also wondering which to use for a PHP project that needed to store japanese and I eventually settled on Postgres. Sett

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-05 Thread David Powers
[EMAIL PROTECTED] wrote: > Hi, > > On Sun, Jan 05, 2003 at 12:20:51AM -, David Powers wrote: >> This is a cut-down version of what I now have in my php.ini. As you >> will see, I have commented out the output_handler line. When >> enabled, all I got was mojibake. >> >> output_buffering = On >>

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-04 Thread moriyoshi
Hi, On Sun, Jan 05, 2003 at 12:20:51AM -, David Powers wrote: > This is a cut-down version of what I now have in my php.ini. As you will > see, I have commented out the output_handler line. When enabled, all I > got was mojibake. > > output_buffering = On > ;output_handler = mb_output_handler

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-04 Thread David Powers
[EMAIL PROTECTED] wrote: > Hi, > > I might give you more information if I can see the mbstring section of > your phpinfo(). Hi, Moriyoshi-san Thank you for your speedy response. This is a cut-down version of what I now have in my php.ini. As you will see, I have commented out the output_handler

Re: [PHP-I18N] Mb_output_handler and Shift-JIS

2003-01-04 Thread moriyoshi
Hi, On Sat, Jan 04, 2003 at 08:58:38PM -, David Powers wrote: > I upgraded to PHP 4.3.0 yesterday, and have gone through hell trying to > get things sorted out. I hope everything is now back to normal, but > wonder if there's an error in the PHP manual regarding the php.ini > setting for SJIS