F
Francois
Hi all,
I have caracters represented with escape sequence in a file:
\u00B3
\u2074
\u2075
these represents superscript 3, 4, 5 respectively.
Now I read the file and read these as String "\u00B3".
I would convert this representation in a new String object: which would
have the superscrit 3 4 and 5.
What is the correct code for this ? I have compilation errors or
converion errors ...
Thanks a lot for any help !
Francois Rappaz
I have caracters represented with escape sequence in a file:
\u00B3
\u2074
\u2075
these represents superscript 3, 4, 5 respectively.
Now I read the file and read these as String "\u00B3".
I would convert this representation in a new String object: which would
have the superscrit 3 4 and 5.
What is the correct code for this ? I have compilation errors or
converion errors ...
Thanks a lot for any help !
Francois Rappaz