<i18n dev> [8]Request for review - 8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter

Masayoshi Okutsu masayoshi.okutsu at oracle.com
Mon Apr 22 07:03:12 PDT 2013


Looks good to me.

Masayoshi

On 4/19/2013 5:36 AM, Naoto Sato wrote:
> Hello,
>
> Please review the changes for the following CR:
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8010666
>
> Here is the webrev for the changes:
>
> http://cr.openjdk.java.net/~naoto/8010666/webrev.00/
>
> Windows APIs for retrieving display names are limited to the current 
> user's UI language, so the HOST adapter cannot provide arbitrary 
> localized names like JDK. Also, I changed to retrieve numeric values 
> with GetLocaleInfoEx directly with LOCALE_RETURN_NUMBER flag 
> (previously it first retrieved via a string, then turned it into 
> number with wtoi() function).
>
> Naoto



More information about the i18n-dev mailing list