| Author |
How to store the Chinese character value in the Java.
|
Balaji Soundarajan
Ranch Hand
Joined: Jan 23, 2009
Posts: 58
|
|
Hi,
I need to assign the Chinese character string in the java String variable. I am getting the value from the jsp file, in jsp through script the chinese value is displaying but in java i can't able to store the same value in the java String variable.
Please do the needful.
Regards,
Balaji.S
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Java Strings support unicode, so there is nothing to prevent you saving a Chinese character. Have a read of this.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: How to store the Chinese character value in the Java.
|
|
|