You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Aleksey Ignatenko (JIRA)" <ji...@apache.org> on 2007/03/06 11:24:24 UTC

[jira] Updated: (HARMONY-3307) [classlib][compatibility] String initialized with unicode simbol is prrinted differently on drlvm and RI

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

Aleksey Ignatenko updated HARMONY-3307:
---------------------------------------

    Attachment: Test.java

Test.java shows as this issue affects creation of folder with File.mkdir. In case of drlvm it is impossible to create folder with such name.
This issue affects Eclipse Unit Tests with the problem stated in the test ("testEncoding" test fails from org.eclipse.jdt.core.model.ClasspathTests suit).
The jira issue is defined as "compatibility" as this the initial root cause I saw.

> [classlib][compatibility] String initialized with unicode simbol is prrinted differently on drlvm and RI
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3307
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3307
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Aleksey Ignatenko
>         Attachments: Test.java
>
>
> If one initializes String with value containing unicode simbol (\uxxxx) then it is printed differently on drlvm and RI.
> Code:
> String ss = "dir\u3400";
> System.out.println(ss);
> Output.
> sun: dir?
> drlvm: dir->

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