RFR JDK-8186751: Add ISO-8859-16 Charset support

Xueming Shen xueming.shen at oracle.com
Thu Aug 31 21:29:36 UTC 2017


On 08/31/2017 12:55 PM, Ulf Zibis wrote:
>
> Hi,
>
> I don't se any obvios problems, but I'm wondering why some of the aliases are in lower case whereas their correspondents in ISO-8859-15 are in upper case.
>

The 8859-16 aliases are the copy/paste from
https://www.iana.org/assignments/character-sets/character-sets.xhtml

 From the same page we have the followings for 8859-15
ISO_8859-15
Latin-9
csISO885915

It appears only the first one is listed in our alias list (explicitly commented).
Don't have the memory for the history (8859-15 was added a long time ago),
not sure whether the other two were missed at the very beginning or were
added later in the iana. Since we are here, I added them in.

http://cr.openjdk.java.net/~sherman/8186751/webrev
(the old one is copied to webrev.00)

Thanks,
Sherman


> -Ulf
>
>
> Am 31.08.2017 um 04:14 schrieb Xueming Shen:
>> Hi,
>>
>> Please help review the changeset to add the 8859_1 charset support.
>>
>> issue: https://bugs.openjdk.java.net/browse/JDK-8186751
>> webrev: http://cr.openjdk.java.net/~sherman/8186751/webrev <http://cr.openjdk.java.net/%7Esherman/8186751/webrev>
>>
>> The real change to add the charset is
>>
>> make/data/charsetmapping/charsets
>> || make/data/charsetmapping/ISO_8859_16.map
>>
>> The rest files are to tweak the regression tests.
>>
>> Thanks
>> Shermna
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20170831/c2e11af8/attachment.html>


More information about the nio-dev mailing list