DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Problem with Unicode characters

  1. #1
    Join Date
    Sep 2005
    Posts
    2

    Question 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
    &#8218
    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.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    what are your client NLS settings

  3. #3
    Join Date
    Sep 2005
    Posts
    2
    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
  •  


Click Here to Expand Forum to Full Width