UTF8, MySQL, and JDBC
UTF8, MySQL, and JDBC
- Subject: UTF8, MySQL, and JDBC
- From: "Matt Kime" <email@hidden>
- Date: Wed, 30 Aug 2006 02:43:28 -0400
I'm having some trouble implementing UTF8 with webobjects. I've tried
very hard to dot my i's and cross my t's in this process but I'm
apparently missing something.
The problem doesn't seem to occur on smaller varchar fields. It only
occurs in text fields. (is this leading me astray?) Using CocoaMySQL
I've verified that UTF8 data is being properly stored in this text
field. It seems that WO is having a hard time submitting and
retrieving it as utf8. I've set the following additional keys in my
JDBC connection which should make a utf8 connection.
useUnicode=true
characterEncoding=latin5
Is there a way to verify the connection character set? The pages are
definitely being created in utf8.
Any ideas? I'm obviously very confused.
thanks,
matt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden