Re: char set (not yet)
Chris Hanson <[email protected]> Sun, 11 May 2003 14:29:30 -0500
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
On Friday, May 9, 2003, at 09:06 PM, Ricardo Strausz wrote: > I am in the process of migrating all these into Macs on top of OSX(S). > So I am using EO's JDBC (from WO 5.2) in order to get the connectivity > to the db, but all my strings shows wrong... in both directions: if, > from my Mac, I fetch some data captured in the NeXT side, it shows > rare characters; and the other way arround. What it sounds like you'll have to do is figure out which character encoding was used to enter the original data, and write some Java to convert it to another encoding more useful to your WebObjects application. This shouldn't be too hard; if Java doesn't already include a mapping, it should just be a simple matter of creating a static mapping table and running fetched strings through it. -- Chris -- Chris Hanson, bDistributed.com, Inc. | Email: [email protected] Custom Application Development | Phone: +1-847-372-3955 http://bdistributed.com/ | Fax: +1-847-589-3738 http://bdistributed.com/Articles/ | Personal Email: [email protected]