Thread: Encoding

Encoding

From
Culley Harrelson
Date:
For anyone who was watching me flail with JDBC and UNICODE...

I finally gave up on unicode-- I switched the database encoding to
MULE_INTERNAL and JDBC is handling everything I can throw at it (we'll just
have to wait and see if my users manage to enter some unsupported
characters).  Thanks all for your help!

Culley