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

Naoto Sato naoto.sato at oracle.com
Thu Apr 18 13:36:40 PDT 2013


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