Thank you. You are right. Now I realize that from the on-rev CGI (using the put command) i receive a Mac OS character-set string, So, when I am in windows I have to use a macToISO() to translate it into the ISO 8859-1character set.
On Mon, May 3, 2010 at 6:21 PM, J. Landman Gay 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 | [email protected] > HyperActive Software | http://www.hyperactivesw.com > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
