You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/01/09 12:06:27 UTC

[jira] Commented: (HARMONY-2953) [luni][util]Locale lacks some ISO countries and languages.

    [ https://issues.apache.org/jira/browse/HARMONY-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463240 ] 

Leo Li commented on HARMONY-2953:
---------------------------------

Sorry, made a little mistake. I will give a new patch.

> [luni][util]Locale lacks some ISO countries and languages.
> ----------------------------------------------------------
>
>                 Key: HARMONY-2953
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2953
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Leo Li
>         Attachments: patch-2953.diff
>
>
> public void test()
> {
> Locale locale = new Locale("an");
> assertEquals("arg",locale.getISO3Language());
> List<String> languages = Arrays.asList(Locale.getISOLanguages());
> assertTrue(languages.contains("ak"));
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira