Welcome Guest, Not a member yet? Register   Sign In
Japanese (multi-byte) characters & email library
#5

[eluser]座頭市[/eluser]
Yeah... like I said, it might work... ;-)

Okay... check the Content-Tranfer-Encoding of your received emails... are they 7bit or 8bit? It should be 7bit. CI seems to set the encoding by default to 8-bit (understandable as UTF-8 is the default), which might be causing the mojibake, so you'll have to hack the email core to set the encoding to 7bit.

It might be possible to use
Code:
$config['_encoding'] = '7bit';

$this->email->initialize($config);
but I've never tried it personally... I'm only dealing with Japanese and English speakers so I just hardcoded the 7bit into the header.


Messages In This Thread
Japanese (multi-byte) characters & email library - by El Forum - 08-09-2007, 03:15 AM
Japanese (multi-byte) characters & email library - by El Forum - 08-09-2007, 04:36 AM
Japanese (multi-byte) characters & email library - by El Forum - 08-09-2007, 05:11 PM
Japanese (multi-byte) characters & email library - by El Forum - 08-09-2007, 07:34 PM
Japanese (multi-byte) characters & email library - by El Forum - 08-09-2007, 08:10 PM
Japanese (multi-byte) characters & email library - by El Forum - 08-09-2007, 10:58 PM
Japanese (multi-byte) characters & email library - by El Forum - 03-14-2008, 01:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB