View Single Post
Old 06-19-2009, 05:10 PM   #3 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

You can also skip setting a language preset in the database it works as well :)

EDIT:
also you can run:
html_entities on it, that works & nl2br

OR

Set,

ISO Latin 1


AND:
set this,
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Last edited by codefreek : 06-19-2009 at 05:26 PM. Reason: more info..
codefreek is offline  
Reply With Quote