Re: Euro symbol and other characters distorted
Re: Euro symbol and other characters distorted
- Subject: Re: Euro symbol and other characters distorted
- From: David Griffith <email@hidden>
- Date: Wed, 14 Jun 2006 19:08:33 +0200
- Resent-date: Wed, 14 Jun 2006 19:13:04 +0200
- Resent-from: David Griffith <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: WebObjects Development <email@hidden>
Ok after a few more hours of fiddling around:
It seems like originally all the data was in Latin 1 encoding. When
I change everything back to Latin 1, the € symbol appears fine
again. However I still see all the '?' in any data the comes from a
BLOB. This seems to indicate that all those '?' are actually now
part of the data and are not actually indicating an unknown code. If
that's the case, I have the lovely task of going through each piece
of data by hand and trying to figure out what that '?' was before. I
think when the sql server was upgraded, something must have gone
terribly wrong.
So I am going to move to FrontBase for this. To hell with mySQL I
say. So I have another question which is probably fairly straight
forward:
If I add a duplicate EOModel to my project which uses a different
adaptor setting to connect to FrontBase, can I connect to mySQL with
one of the EOModels and FrontBase with the other and using the custom
java classes just load the data from mySQL via one and write to
FrontBase via the other? I presume I need two editing contexts, each
one using a different EOModel with the relevant adaptor settings but
I don't know how to create the second editing context using the other
EOModel.
Can I do it this way and if so, can someone tell me how to create the
2nd connection...?
Thanks,
David.
_______________________________________________
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