-
Problem with Unicode characters
Hello,
I have a problem inserting unicode characters into my database and am hoping that I might get some help here. I have a oracle 9i database and want to insert the unicode character
‚
from a java application using JDBC. The Databases uses the UTF8 character set. If I check the database after the insert, I dont see the expected symbol, but instead a reverse question mark. I looked around google, but didnt find anything helpfull.
-
what are your client NLS settings
-
In the registry, it is set to:
GERMAN_GERMANY.UTF8
I have also written a small java application yesterday, that inserts the same character into the table, I dont get a reverse question mark this time, but instead something like ""
Last edited by cspm2003; 09-29-2005 at 03:46 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|