teamcfadvance / ValidateThis

An object oriented validation framework for ColdFusion objects
http://www.validatethis.org
44 stars 32 forks source link

Read resource bundle files as UTF-8 #82

Closed sebduggan closed 11 years ago

sebduggan commented 12 years ago

Change behaviour of java loading of resource bundle files so language files load correctly.

This applies in particular to non-Roman alphabets - in my case, the requirement was for Chinese.

aliaspooryorik commented 12 years ago

Hi Seb, this looks great. Would you mind adding a unit test which loads a Chinese resource file?