Test error in OG-Analytic on Windows 7 chinese version

I have encountered an error when I build OG. The error reads as following:

from2(com.opengamma.analytics.financial.instrument.future.FederalFundsFutureSecu
rityDefinitionTest) Time elapsed: 0.126 sec <<< FAILURE!
java.lang.AssertionError: Fed fund future security definition: builder expected:
<FFMar12 - index: FED FUND-USD-Actual/360 - start date: 01三月12> but was:<FF三
月12 - index: FED FUND-USD-Actual/360 - start date: 01三月12>

I think it may related to my OS as it is set in Chinese. I expect this problem may also happen to other users whose OS is set to use specific character, e.g. Japanese.

Bug raised, thanks
http://jira.opengamma.com/browse/PLAT-6709

For now, you will need to run OpenGamma using Locale.setDefault(Locale.ENGLISH)

Thank you for your qucik response:)