Form submission Encoding Problem - saving Japanese text to the database

B

boney

hello All,

Am a new bie to web programming

am using a servlet to retrieve field values from a web form to save
them to the database

Am able to restrict the end - user to enter information in the japanese
language but the issue is how to transmit non us- ascii charaters to
the server and save them to the databse..what is the standard way of
doing this ?

in short implementing user input in laguage other than english..

Thanks,
boney
 
O

Oliver Wong

boney said:
hello All,

Am a new bie to web programming

am using a servlet to retrieve field values from a web form to save
them to the database

Am able to restrict the end - user to enter information in the japanese
language but the issue is how to transmit non us- ascii charaters to
the server and save them to the databse..what is the standard way of
doing this ?

in short implementing user input in laguage other than english..

Do you know if your DB supports unicode strings? If so, you should
probably read the documentation to see how to store and retrieve such
strings. If not, then you might want to store the strings as BLOBs, and do
the encoding and decoding manually.

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top