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

[eluser]stevezissou[/eluser]
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' );


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