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] Re: Mbstring.func_overload in 4.3.0

2003-01-06 Thread David Powers
Yasuo Ohgaki wrote: > > I don't have problem with mb_send_mail()/mail()/over_load. > > It sounds like you haven't set mb_language() to Japanese. > You have to set appropriate language to encode mail messages > correctly. Refer to mb_language() manual page. mb_language() is

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

[PHP-I18N] Unicodish mail?

2003-01-06 Thread a . h . s . boy
I have a site set up to use UTF-8 encoding for display and form submission, but I want to be able to send _readable_ mail using submitted data. With no special headers, certain accented characters display in the email as garbage. I tried adding a Content-type: text/plain; charset=utf-8 header

Re: [PHP-I18N] Unicodish mail?

2003-01-06 Thread Wez Furlong
Make sure the body really is utf-8 encoded, and also add a Mime-Version: 1.0 Header to the message. --Wez. On Mon, 6 Jan 2003, a.h.s. boy wrote: > I have a site set up to use UTF-8 encoding for display and form > submission, but I want to be able to send _readable_ mail using > submitted data.

Re: [PHP-I18N] Re: Mbstring.func_overload in 4.3.0

2003-01-06 Thread David Powers
Yasuo Ohgaki wrote: > > Then you may be feeding messages with encoding other > than internal encoding to mb_send_mail? If that's the case, the question is how? Nothing has changed in my code, except for the need to substitute mail() for mb_send_mail(). Under 4.2.2, mb_send

php-i18n Digest 7 Jan 2003 01:56:33 -0000 Issue 140

2003-01-06 Thread php-i18n-digest-help
php-i18n Digest 7 Jan 2003 01:56:33 - Issue 140 Topics (messages 382 through 393): Re: Mb_output_handler and Shift-JIS 382 by: moriyoshi.at.wakwak.com 383 by: David Powers 384 by: moriyoshi.at.wakwak.com 385 by: David Powers 388 by: Jean-Christian Imbe

Re: [PHP-I18N] Re: Mbstring.func_overload in 4.3.0

2003-01-06 Thread Yasuo Ohgaki
David Powers wrote: > Yasuo Ohgaki wrote: > >>Then you may be feeding messages with encoding other >>than internal encoding to mb_send_mail? > > > If that's the case, the question is how? For instance, you may be reading mail messages from database or text file. En

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