While parsing HTML source i meet HTML unicode characters (&
#x3B3; &
#x3B2; &
#x3B4; ... etc). Is it possible to translate them to Java unicode characters ("\u03B3", "\u03B2", "\u03B4", ... etc) for showing these HTML unicode characters in JTextField as γ β δ ... etc?
Any suggestions?
_____________________________
Update: Problem solved.
Thanks to
soulcrank,
angrylittlefox,
ravidgemole