Welcome Guest, Not a member yet? Register   Sign In
Displaying UTF-8 strings
#7

[eluser]Kenneth Allen[/eluser]
[quote author="stevezissou" date="1282757469"]Are you using any character escaping functions anywhere in your server-side code? For instance, are you using htmlentities() and html_entity_decode()? If so, you should explicitly set the charset for these functions:

Code:
htmlentities( $myVar, ENT_QUOTES, 'UTF-8' );
html_entity_decode( $myVar, ENT_QUOTES, 'UTF-8' );
[/quote]

Nt currently, but I shall keep these in mind.


Messages In This Thread
Displaying UTF-8 strings - by El Forum - 08-24-2010, 07:21 PM
Displaying UTF-8 strings - by El Forum - 08-24-2010, 11:33 PM
Displaying UTF-8 strings - by El Forum - 08-25-2010, 01:58 AM
Displaying UTF-8 strings - by El Forum - 08-25-2010, 02:04 AM
Displaying UTF-8 strings - by El Forum - 08-25-2010, 06:31 AM
Displaying UTF-8 strings - by El Forum - 08-25-2010, 07:26 AM
Displaying UTF-8 strings - by El Forum - 08-25-2010, 07:27 AM
Displaying UTF-8 strings - by El Forum - 08-25-2010, 12:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB