[ http://issues.apache.org/jira/browse/HARMONY-45?page=comments#action_12364478 ]
Vladimir Strigun commented on HARMONY-45: ----------------------------------------- I'm ok with this fix. > Charset.isRegistered() method always return true > ------------------------------------------------ > > Key: HARMONY-45 > URL: http://issues.apache.org/jira/browse/HARMONY-45 > Project: Harmony > Type: Bug > Components: Classlib > Reporter: Vladimir Strigun > Assignee: Tim Ellison > Priority: Trivial > > In accordance with J2SE specification method isRegistered() should return > true only if charset is registered with IANA. > As well, "if a supported charset is not listed in the IANA registry then its > canonical name must begin with one of the strings "X-" or "x-" > Testcase shows that even if charset name begin with "x-" isRegistered returns > true; -- 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
