You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "George Harley (JIRA)" <ji...@apache.org> on 2006/04/05 14:53:44 UTC

[jira] Resolved: (HARMONY-156) InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name.

     [ http://issues.apache.org/jira/browse/HARMONY-156?page=all ]
     
George Harley resolved HARMONY-156:
-----------------------------------

    Resolution: Fixed

Hi, 

Changes committed in repository revision 391603. 

Thanks for the patches Paulex, please could you check that they have been applied as expected ?

Dmitry, please could you verify that the committed fix works for you ?

Best regards, 
George

> InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name.
> -------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-156
>          URL: http://issues.apache.org/jira/browse/HARMONY-156
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Dmitry M. Kononov
>     Assignee: George Harley
>     Priority: Minor
>  Attachments: patch_156.txt, patch_156_test.txt
>
> InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() return canonical names on the given charsets instead of historical ones. For example,
>     new OutputStreamWriter(new ByteArrayOutputStream(), "UTF-16BE").getEncoding()
> has to return the "UnicodeBigUnmarked" string as a historical name. But it returns "UTF-16BE", that is a canonical name.
> The java spec reads the historical names as the charset names defined for compatibility with previous versions of the Java platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira