Hello.

I am working with a pre-existing MySQL database, which
contains data in EUC_JP encoding.  However, the web
application that I am developing receives data from
the webpage in Shift_JIS encoding.  After I receive
and process the data (in Shift_JIS encoding) from the
webpage, Is there any way in Castor to specify that
the data be stored in a different encoding (i.e.
EUC_JP)?  For example, can I specify the "storage
encoding" in the castor.properties or call a method on
the JDO object like jdo.setStorageEncoding(...)?  If
not, what is the best approach to handle this
situation (besides getting the bytes of the existing
String and creating a new one with the EUC_JP
encoding)?

Thank you.

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to