Re: char set (not yet)
Re: char set (not yet)
- Subject: Re: char set (not yet)
- From: Chris Hanson <email@hidden>
- Date: Sun, 11 May 2003 14:29:30 -0500
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@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.