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

[eluser]Unknown[/eluser]
[quote author="座頭市" date="1186673766"]
$this->email->subject(iconv('utf-8', 'iso-2022-jp', $subject));
$this->email->message(iconv('utf-8', 'iso-2022-jp', $message));
[/code]
[/quote]

I think the problem is that iconv is including 'Subject:', so it's included for a second time when sending the email. I used str_replace to remove inconv's 'Subject:' and it worked fine.


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