Im having trouble with Internationalizing my Eclipse RCP application for non-Latin characters.
I am storing Chinese characters in UTF-8 format in the property files. But reading them out does not work properly, they are all displayed like gibberish.
I am wondering if there is an easier way to do this, without overriding the provided NLS classes.