< prev index next >

src/java.base/share/classes/java/nio/charset/Charset.java

Print this page

        

*** 148,174 **** * of such optional charsets may differ between implementations. * * <blockquote><table class="striped" style="width:80%"> * <caption style="display:none">Description of standard charsets</caption> * <thead> ! * <tr><th style="text-align:left">Charset</th><th style="text-align:left">Description</th></tr> * </thead> * <tbody> ! * <tr><td style="vertical-align:top">{@code US-ASCII}</td> * <td>Seven-bit ASCII, a.k.a. {@code ISO646-US}, * a.k.a. the Basic Latin block of the Unicode character set</td></tr> ! * <tr><td style="vertical-align:top"><code>ISO-8859-1&nbsp;&nbsp;</code></td> * <td>ISO Latin Alphabet No. 1, a.k.a. {@code ISO-LATIN-1}</td></tr> ! * <tr><td style="vertical-align:top">{@code UTF-8}</td> * <td>Eight-bit UCS Transformation Format</td></tr> ! * <tr><td style="vertical-align:top">{@code UTF-16BE}</td> * <td>Sixteen-bit UCS Transformation Format, * big-endian byte&nbsp;order</td></tr> ! * <tr><td style="vertical-align:top">{@code UTF-16LE}</td> * <td>Sixteen-bit UCS Transformation Format, * little-endian byte&nbsp;order</td></tr> ! * <tr><td style="vertical-align:top">{@code UTF-16}</td> * <td>Sixteen-bit UCS Transformation Format, * byte&nbsp;order identified by an optional byte-order mark</td></tr> * </tbody> * </table></blockquote> * --- 148,174 ---- * of such optional charsets may differ between implementations. * * <blockquote><table class="striped" style="width:80%"> * <caption style="display:none">Description of standard charsets</caption> * <thead> ! * <tr><th scope="col" style="text-align:left">Charset</th><th scope="col" style="text-align:left">Description</th></tr> * </thead> * <tbody> ! * <tr><th scope="row" style="vertical-align:top">{@code US-ASCII}</th> * <td>Seven-bit ASCII, a.k.a. {@code ISO646-US}, * a.k.a. the Basic Latin block of the Unicode character set</td></tr> ! * <tr><th scope="row" style="vertical-align:top"><code>ISO-8859-1&nbsp;&nbsp;</code></th> * <td>ISO Latin Alphabet No. 1, a.k.a. {@code ISO-LATIN-1}</td></tr> ! * <tr><th scope="row" style="vertical-align:top">{@code UTF-8}</th> * <td>Eight-bit UCS Transformation Format</td></tr> ! * <tr><th scope="row" style="vertical-align:top">{@code UTF-16BE}</th> * <td>Sixteen-bit UCS Transformation Format, * big-endian byte&nbsp;order</td></tr> ! * <tr><th scope="row" style="vertical-align:top">{@code UTF-16LE}</th> * <td>Sixteen-bit UCS Transformation Format, * little-endian byte&nbsp;order</td></tr> ! * <tr><th scope="row" style="vertical-align:top">{@code UTF-16}</th> * <td>Sixteen-bit UCS Transformation Format, * byte&nbsp;order identified by an optional byte-order mark</td></tr> * </tbody> * </table></blockquote> *
< prev index next >