Re: problem with php, json, browser, charset
am 05.01.2008 20:40:40 von ShionPugi! wrote:
> I've expiremented a bit with escape for javascript and urlencode for
> PHP.
> They have a different outcome for ° (symbol for degrees):
> javascript: %B0
> PHP: %C2%B0
> Could this be the cause for my problems ?
Sure that will make a difference, I guess you have UTF-8 on the PHP side while
on the javascript uses ISO8859-1
--
//Aho