Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unicode new line

843851Nov 3 2008 — edited Nov 18 2008
How do I achieve a line break in a Unicode text? The example below does not work! :S

text = {(byte) 0x00, (byte) 0x61, (byte) 0x00, (byte) '\n', (byte) 0x00, (byte) 0x61}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2008
Added on Nov 3 2008
1 comment
205 views