Hi,
I am sending an email from a rails app with HTML format. It's utf8 format and I write Korean.
Some characters are broken when I get it with gmail or yahoo mail. I checked the log and it sent ok. But when I checked original text from gmail, a long line was forced to break line.
Correct text:
연합회 홈페이지는
Broken text:
...연합회 �
�페이지는...
I believe the line was broken between a 2-byte character.
Why does this happen and how can I fix it (beside using short sentences)?
Sam