No-asci chars from the on-rev CGI

J. Landman Gay jacque at hyperactivesw.com
Mon May 3 12:21:21 EDT 2010


paolo mazza wrote:
> I am still  fighting with the NO-ASCI chars.  Even if I encodeBase64  the
> data, if I connect to the CGI from a web-plugin using   Windows platform , I
> get stange chars.
> 
>>From exactly the same CGI, and using the same revlet, from MAC i get the
> correct chars with accent (i.e. è à ù ) and from windows i get some strange
> chars (i.e. ^ати) .
> 
> Any clue for a solution?

I'm not sure if it will help, but it sounds like you are affected by the 
different character sets that Windows and Mac use. Accented characters 
are at different locations in the font tables on each OS. You could try 
using macToISO() or isoToMac() to convert the characters before sending 
to the CGI.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list