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

[jira] Closed: (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 ]

Alexei Zakharov closed HARMONY-3307.
------------------------------------


Ok. Then it is time to close this JIRA.

> [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
>            Assignee: Alexei Zakharov
>         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.