• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Japanese character problem

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm using jdk1.3 and oracle9i in sun os.
The character set of the database is set to ShiftJIS (also tried with UTF8). I'm able to store and retrieve katakana(japanese) values using sqlplus from a jp nt machine.. if I use jdbc to retrieve the values it is displayed as '?'. I've tried using getBytes also, it doesnt seem to work.
Thanks & Regards
Vels
 
Ranch Hand
Posts: 1400
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suppose that this is server side problem (JSP etc.)I assume you database is properly setup with charset moreover if your Oracle database is set to use UTF-8(or other appropriate), then the JDBC drivers should be doing the conversion
Can you post your code?
[ February 07, 2003: Message edited by: varun Khanna ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic