You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2008/01/23 00:12:34 UTC

[jira] Assigned: (HARMONY-5414) java.util.Properties.load() decodes invalid unicode sequences

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

Tim Ellison reassigned HARMONY-5414:
------------------------------------

    Assignee: Tim Ellison

> java.util.Properties.load() decodes invalid unicode sequences
> -------------------------------------------------------------
>
>                 Key: HARMONY-5414
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5414
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Dain Sundstrom
>            Assignee: Tim Ellison
>         Attachments: PropertiesTest.java
>
>
> The load method on java.util.Properties will decode invalid unicode sequences like "\u123".  After checking the spec regarding escaped unicode characters the sequence must contain exactly 4 hex digits.
> I found this while writing an extension to the Properties object based on the Harmony code base.  The test attached to this issue also shows a few inconsistencies with the Sun vm that may be bugs also.

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