Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My doubt is, i have one textbox, now set font is Marathi Font(or any other). Now i can write the Marathi words in text box .Then i want to store the data to Oracle onClick of Submit button. So in servlet i just get that textbox value to one string. But the string object is having english words not the marathi words .
Posted

The keyword you need to look for is "i18n" or "Multi language support".

Byte Encodings and Strings[^] @ the Java Tutorial

You need to use UTF-8 encoding. pretty much the same thingy asked here:

How to unicode Myanmar texts on Java?[^]
 
Share this answer
 
Please go through Supporting marathi data in oracle 10g [^].

And the official documentation links
1. Supporting Multilingual Databases with Unicode[^].
2. A Locale Data[^].

Thanks...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900