|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
Encoding for cfmail containing japanese character problemNUGROHO NOTO wrote: > I had put these in my page. > <cfcontent type="text/html; charset=utf-8"> > <cfprocessingdirective pageencoding="utf-8"> > also... I have these... > <cfmail query="mailinglist" to="#email#" from="webmaster" subject="#subject#"> missed the charset atribute. > <CFMAILPARAM NAME="MIME-Version" VALUE="1.0"> > <CFMAILPARAM NAME="Content-Type" VALUE="text/plain; charset=""utf-8"""> <CFMAILPARAM NAME="Content-Type" VALUE="text/plain; charset='utf-8'"> might work better. > - some recipient (around 20% from 20.000 user) report.. they receive MOJIBAKE (garbage character)... that's rather a lot. > And.. mostly.. who receive this mojibake character.. is customer who use > yahoo.bb , msn, or Handphone email. ..and can these email services actually use utf-8 in your region? > Before... on CF5 server.. I used shift_JIS.. and there was NO (or very little) problem. because cf5 didn't an encoding from a hole in the ground. |
February 11, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||