Date:  11/01/2007 04:44:55 AM Msg ID:  003558
From:  Fernando Medan Thread:  003555
Subject:  Re: AJAX and diacriticals characters
I use the example ZIPSEARCH.FWX (FoxWeb 4.0)
If change my name "Santa Monica" for  "Santa Mónica" in the table Zipcodes.dbf, CP=90402, looks like the following:

Incremental ZIP Code Search with FoxWeb and AJAX

Zip Code Search:
CPCiudadEstado
90401 Santa Monica CA
90402 Santa M?a CA
90403 Santa Monica CA

Is there any way to correct this error?
Thank you for your help,
Fernando Medan


Sent by FoxWeb Support on 10/31/2007 10:00:31 AM:
You can transfer international characters, but you will need to encode them in the right format.  I believe that this will be different, depending on the transport mechanism.  Are you having problems sending such characters from the browser to the server, or the other way around?  Are you sending data to the server via a GET request (query string), or POST?  When returning data to the browser, are you using XML, JSON, or something else?
FoxWeb Support Team
support@foxweb.com email
Sent by Fernando Medan on 10/31/2007 04:30:03 AM:
There is some way to use the diacriticals characters (ñ, á, é, etc.) with AJAX?
Thanks.