| Author |
Convert char to unicode
|
kavin clain
Ranch Hand
Joined: Jan 19, 2010
Posts: 68
|
|
How to convert char into unicode representation.
Suppose I provide '1' then I will get '\u0031'.
|
 |
Bob Livingston
Greenhorn
Joined: Apr 06, 2010
Posts: 4
|
|
|
http://java.sun.com/docs/books/tutorial/i18n/text/convertintro.html
|
 |
kavin clain
Ranch Hand
Joined: Jan 19, 2010
Posts: 68
|
|
Hi Bob,
Could you please provide code to get the desired results.
Thanks
|
 |
Ireneusz Kordal
Ranch Hand
Joined: Jun 21, 2008
Posts: 423
|
|
|
|
 |
kavin clain
Ranch Hand
Joined: Jan 19, 2010
Posts: 68
|
|
|
Thank you, Ireneusz.
|
 |
 |
|
|
subject: Convert char to unicode
|
|
|