Am 06.12.2006 um 16:04 schrieb Björn Eiríksson:

The text comming from the EditField claims at least to be UTF-8 (not sure if it is true ?)

Likely.

Basically when posting it to the SOAP service which writes it to a database then those languages get corrupted.

I suppose, here is the problem: The database performs an additional conversion. In case of SQLite, you
need to encode string. I'd propose to check the SQLite manuals.

In case you do use MySQL, note that the MySQL Server, the database and the connection each have
defined text encoding an perform certain transformation.

I'd propose to track down the problem.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to