Hi Folks,
Can anyone point me in the right direction please?
I'm using a combination of Active 4D 4.5r1, JSON and the ExtJS library.
I'm having a little problem with the UK pound symbol, specifically the
encoding of the symbol in the AJAX request.
On normal HTML forms with Active4D, if I specify the encoding method
as ISO-8859-1, the HTML form displays the UK pound symbol properly,
and also when the form is submitted it is received into 4D as a pound
symbol. All good :)
However when I'm using AJAX and JSON I have problems with the
encoding. Specifically it's encoding the £ (Uk pound sybmol) as
£ I've played around with calling:
set content charset("ISO-8859-1")
In my script which calls the JSON library, and using firebug I can see
that the right character set is used, however is the JSON library is
still encoding the pound as £
I've also tried editing the JSON library, but I'm really just shooting
in the dark there ;)
Thanks
James.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/