[Help]language type

Status
Not open for further replies.
there are certain characters that are obtained by using a number of English characters in a sequence from what I have seen.

Come to think of it I think UTF-8 without BOM might do the trick. However I might be wrong, give that a go and see if it works
 
If anyone have that sama problem, then it can be fix like that:

in your htaccess put this line:

Code:
php_value default_charset "utf-8"
 
Last edited:
Status
Not open for further replies.
Back