View Single Post
  #5  
Old 5th November 2008, 20:34
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
i dont know what languages there are used in so i couldnt tell you exactly what charset it required ...

however try using
Code:
 header("Content-Type: text/html; charset=utf-8");
UTF supports nearly all characters so that MAY work for you
Reply With Quote