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

[jira] Assigned: (HARMONY-3084) [classlib][luni]Acquire Util.toASCIIUpperCase in java.util.Locale

     [ https://issues.apache.org/jira/browse/HARMONY-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Liang reassigned HARMONY-3084:
--------------------------------------

    Assignee: Richard Liang

> [classlib][luni]Acquire Util.toASCIIUpperCase in java.util.Locale
> -----------------------------------------------------------------
>
>                 Key: HARMONY-3084
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3084
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Richard Liang
>         Attachments: harmony-3084.diff
>
>
> String.toUpperCase was used redundantly in java.util.Locale,
> There is following line,
> countryCode = country.toUpperCase();
> But country code is defined as ASCII character only.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.