File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Databases
»
JDBC
Author
how to retrieve unicode data from mysql
sachin gunale
Greenhorn
Joined: Jan 12, 2007
Posts: 1
posted
Jan 12, 2007 09:39:00
0
hi,
The application stores data in mysql as unicode.
When I want retrieve data from mysql in unicode ,it gives some other format .
e.g. The data in the mysql is in Hindi format . when I want to retrieve data from mysql it gives some other format.
Regards,
Sachin
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
I like...
posted
Jan 14, 2007 16:18:00
0
Have you tried reading the data as a stream? It sounds like you are trying to read raw data as a
string
which is getting converted to locale-specific information.
My Blog:
Down Home Country Coding with Scott Selikoff
I agree. Here's the link:
jrebel
subject: how to retrieve unicode data from mysql
Similar Threads
retrieve blob data from mysql using jsp
shoot me but answe this question
JDBC unicode conversion issue
plzzzzzzzz help me
textfield and utf-8 format
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter