|
Displaying unicode characters in org.eclipse.swt.widgets.Table widget -
03-05-2008, 09:11 PM
Is there a way to display unicode characters within a Table widget? (e.g. if i have a string ""\u4e00\u4e01\u4e02\u4e03\u4e04")
Currently if I simply try to use the setText(String) method in TableItem it will display them as squares. Thanks
|