You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/02/01 07:00:24 UTC

[jira] Commented: (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:comment-tabpanel#action_12469341 ] 

Tony Wu commented on HARMONY-3084:
----------------------------------

verified at r502080, thanks Richard.

> [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.