Re: WebService with iso-8859-1
Re: WebService with iso-8859-1
- Subject: Re: WebService with iso-8859-1
- From: Christian Mittendorf <email@hidden>
- Date: Mon, 9 Feb 2004 11:17:58 +0100
On 09.02.2004, at 10:52, Ute Hoffmann wrote:
The encoding of the database is set to:
capitalizeTypeNames=true&useUnicode=true&characterEncoding=ISO-8859-1
One question about using a database connection: From my understanding
all strings retrieved from the db are afterwards in default UTF-8
encoding.
Is this assumption right? Internally, after being retrieved from the db,
all strings are UTF-8, aren't they?
@Ute: Have you tried to debug your app and watch your strings read from
the db? Some simple logger.debug() may help. Are those strings perhaps
already in the wrong encoding?
cu
cm
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.