Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017411 | 1.2.0 | Limin Shi | P3 | Resolved | Fixed | 1.2beta2 |
From: db@shorter (David Brownell)
Subject: Re: Char set encoding strings?
To: anand.palaniswamy@Eng (Anand Palaniswamy)
Date: Fri, 10 Oct 1997 08:14:47 -0700
> From: anand.palaniswamy@Eng (Anand Palaniswamy)
> A comment sun.io.CharacterEncoding.java says that we support
> the "IANA" naming convention (whatever that is).
IANA == Internet Assigned Numbers Authority
They manage all the numbers and constants used in the Internet protocols.
Like the officially assigned MIME types, IP packet types, etc.
The comment is somewhat incorrect, by the way, because the following
legal content type header (one of the most common ones!)
Content-Type: text/html; charset=us-ascii
includes an IANA character encoding name which is not supported by
the JDK: "us-ascii". Bletch.
- Dave
Subject: Re: Char set encoding strings?
To: anand.palaniswamy@Eng (Anand Palaniswamy)
Date: Fri, 10 Oct 1997 08:14:47 -0700
> From: anand.palaniswamy@Eng (Anand Palaniswamy)
> A comment sun.io.CharacterEncoding.java says that we support
> the "IANA" naming convention (whatever that is).
IANA == Internet Assigned Numbers Authority
They manage all the numbers and constants used in the Internet protocols.
Like the officially assigned MIME types, IP packet types, etc.
The comment is somewhat incorrect, by the way, because the following
legal content type header (one of the most common ones!)
Content-Type: text/html; charset=us-ascii
includes an IANA character encoding name which is not supported by
the JDK: "us-ascii". Bletch.
- Dave
- backported by
-
JDK-2017411 CharacterEncoding doesn't have an alias for "us-ascii"
-
- Resolved
-