UTF-8 and JTextArea
Posted
by ManWard
on Stack Overflow
See other posts from Stack Overflow
or by ManWard
Published on 2010-05-20T05:51:58Z
Indexed on
2010/05/20
7:50 UTC
Read the original article
Hit count: 392
java
hi
i have 2 JTextArea that one of these contain Unicode Code point like this \u0645 i want another JTextArea
show Character representation of this Unicode code point.but when pass this code point to JTextArea , it show
code point not Character but if i set code point to JTextArea setText method directly it work correctly !
why ? and which can i pass String of Codepoint from one JTextArea to another ?
thanks
© Stack Overflow or respective owner