At 10:38 +0900 02.7.11, Jean-Christian Imbeault wrote: >I sent a reply to this thread last night only to find out this morning >that messages over 40000 bytes can't make it through. So here I go again : > >David Emery wrote: > >> >> How about sending the entire output of phpinfo() (or putting it online >> somewhere I can see it)? I'll compare it to what comes up on my system >> and see if anything relevant is different. > > >Unfortunately my server is behind a firewall (testing phase now). I'm >sending you the output as an html attachment (zipped because the plain >HTML is larger than 40k).
I found this... You have default_charset set to EUC-JP. It should be Shift_JIS. PHP will set the outgoing headers to this value (that's what it's for), so I think what is happening is that you're outputting SJIS encoded characters with a header saying it's EUC. Try changing that. -dave -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php