Quote:
Originally Posted by Jaxel
I'm already using that...
Code:
if ($ajax)
{
$message = convert_urlencoded_unicode($message);
}
|
You misunderstand, I meant in the JS file.
If you wrap PHP.urlencode() around
Code:
fetch_object('vB_Editor_QR_textarea').value
it will work, as the screenshots demonstrate.
I don't know what charset you use on your development board since you say it works for you without PHP.urlencode(), but French and Norwegian characters are included in the ISO-8859-1 encoding so they don't require UTF-8 to work.
Hope that helps
Fillip