Jump to content

[SOLVED] please help me convert my variable to unicode


jonathanbee

Recommended Posts

I can get $comments out of the db and put it on screen fine, but when I try to email it, there is an encoding problem.

 

So this code:

 

$body .= "&#12467;&#12513;&#12531;&#12488;<br/>" . $comments;

 

correctly generates this text in the email:

 

コメント

30%アップの料金で宜しくお願い致します。

 

But if I take $comments from the db instead, it will not appear correctly.

 

I am using charset=EUC-JP".  Somehow I have to get $comments converted to unicode after I query the db..

 

Thanks for any suggestions.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.