On 22 mai, 19:19, hubbs <[EMAIL PROTECTED]> wrote:
> Well, I checked, and our website is using iso-8859-1.  I see that this
> is a subset of utf8.  Is it still possible to have js correctly uncode
> the characters?

Yes but PHP work with the subset and do not work with utf-8 !
It is very important to dispose iso-8859-1 or window-1252 with ajax.

js can can theoretically use all languages with
<script type="text/javascript" charset="iso-8859-1">

Reply via email to