Hebrew Characters Problem |
[eluser]toopay[/eluser]
1) appended the charset on the end of the HTTP Content-Type header too? header('Content-type: text/xhtml; charset=windows-1255'); as well as the tag? 2) using multi byte string functions mbstring or are overloading all string functions mbstring.overload, and/or hebrev() or hebrevc() where required 3) and you're using setlocale() for other localisations, check here setlocale If you're pulling UTF out of the DB, you may need to use iconv() or similar to translate it to another encoding? iconv |
Messages In This Thread |
Hebrew Characters Problem - by El Forum - 08-11-2011, 01:50 AM
Hebrew Characters Problem - by El Forum - 08-11-2011, 04:13 PM
Hebrew Characters Problem - by El Forum - 08-11-2011, 05:42 PM
Hebrew Characters Problem - by El Forum - 08-14-2011, 07:14 AM
|