House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 05, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home / Groups / ColdFusion Talk (CF-Talk)

Encoding for cfmail containing japanese character problem

Author:
Paul Hastings
10/12/2007 05:56 AM

NUGROHO 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.


Mailing Lists