Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
JDK 11 jdk.charsets.jmod - Charsets Module
JDK 11 jdk.charsets.jmod is the JMOD file for JDK 11 Charsets module.
JDK 11 Charsets module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.charsets.jmod.
JDK 11 Charsets module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 Charsets module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.charsets.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ sun/nio/cs/ext/IBM833.java
/* * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package sun.nio.cs.ext; import java.nio.charset.Charset; import java.nio.charset.CharsetDecoder; import java.nio.charset.CharsetEncoder; import sun.nio.cs.StandardCharsets; import sun.nio.cs.SingleByte; import sun.nio.cs.HistoricallyNamedCharset; import static sun.nio.cs.CharsetMapping.*; public class IBM833 extends Charset implements HistoricallyNamedCharset { public IBM833() { super("x-IBM833", ExtendedCharsets.aliasesFor("x-IBM833")); } public String historicalName() { return "Cp833"; } public boolean contains(Charset cs) { return (cs instanceof IBM833); } public CharsetDecoder newDecoder() { return new SingleByte.Decoder(this, b2c, false); } public CharsetEncoder newEncoder() { return new SingleByte.Encoder(this, c2b, c2bIndex, false); } private final static String b2cTable = "\u005D\u0061\u0062\u0063\u0064\u0065\u0066\u0067" + // 0x80 - 0x87 "\u0068\u0069\uFFC2\uFFC3\uFFC4\uFFC5\uFFC6\uFFC7" + // 0x88 - 0x8f "\uFFFD\u006A\u006B\u006C\u006D\u006E\u006F\u0070" + // 0x90 - 0x97 "\u0071\u0072\uFFCA\uFFCB\uFFCC\uFFCD\uFFCE\uFFCF" + // 0x98 - 0x9f "\u203E\u007E\u0073\u0074\u0075\u0076\u0077\u0078" + // 0xa0 - 0xa7 "\u0079\u007A\uFFD2\uFFD3\uFFD4\uFFD5\uFFD6\uFFD7" + // 0xa8 - 0xaf "\u005E\uFFFD\\\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0xb0 - 0xb7 "\uFFFD\uFFFD\uFFDA\uFFDB\uFFDC\uFFFD\uFFFD\uFFFD" + // 0xb8 - 0xbf "\u007B\u0041\u0042\u0043\u0044\u0045\u0046\u0047" + // 0xc0 - 0xc7 "\u0048\u0049\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0xc8 - 0xcf "\u007D\u004A\u004B\u004C\u004D\u004E\u004F\u0050" + // 0xd0 - 0xd7 "\u0051\u0052\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0xd8 - 0xdf "\u20A9\uFFFD\u0053\u0054\u0055\u0056\u0057\u0058" + // 0xe0 - 0xe7 "\u0059\u005A\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0xe8 - 0xef "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037" + // 0xf0 - 0xf7 "\u0038\u0039\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u009F" + // 0xf8 - 0xff "\u0000\u0001\u0002\u0003\u009C\t\u0086\u007F" + // 0x00 - 0x07 "\u0097\u008D\u008E\u000B\f\r\u000E\u000F" + // 0x08 - 0x0f "\u0010\u0011\u0012\u0013\u009D\u0085\b\u0087" + // 0x10 - 0x17 "\u0018\u0019\u0092\u008F\u001C\u001D\u001E\u001F" + // 0x18 - 0x1f "\u0080\u0081\u0082\u0083\u0084\n\u0017\u001B" + // 0x20 - 0x27 "\u0088\u0089\u008A\u008B\u008C\u0005\u0006\u0007" + // 0x28 - 0x2f "\u0090\u0091\u0016\u0093\u0094\u0095\u0096\u0004" + // 0x30 - 0x37 "\u0098\u0099\u009A\u009B\u0014\u0015\u009E\u001A" + // 0x38 - 0x3f "\u0020\uFFFD\uFFA0\uFFA1\uFFA2\uFFA3\uFFA4\uFFA5" + // 0x40 - 0x47 "\uFFA6\uFFA7\u00A2\u002E\u003C\u0028\u002B\u007C" + // 0x48 - 0x4f "\u0026\uFFFD\uFFA8\uFFA9\uFFAA\uFFAB\uFFAC\uFFAD" + // 0x50 - 0x57 "\uFFAE\uFFAF\u0021\u0024\u002A\u0029\u003B\u00AC" + // 0x58 - 0x5f "\u002D\u002F\uFFB0\uFFB1\uFFB2\uFFB3\uFFB4\uFFB5" + // 0x60 - 0x67 "\uFFB6\uFFB7\u00A6\u002C\u0025\u005F\u003E\u003F" + // 0x68 - 0x6f "\u005B\uFFFD\uFFB8\uFFB9\uFFBA\uFFBB\uFFBC\uFFBD" + // 0x70 - 0x77 "\uFFBE\u0060\u003A\u0023\u0040\'\u003D\"" ; // 0x78 - 0x7f private final static char[] b2c = b2cTable.toCharArray(); private final static char[] c2b = new char[0x300]; private final static char[] c2bIndex = new char[0x100]; static { char[] b2cMap = b2c; char[] c2bNR = null; // non-roundtrip c2b only entries c2bNR = new char[188]; c2bNR[0] = 0x5a; c2bNR[1] = 0xff01; c2bNR[2] = 0x7f; c2bNR[3] = 0xff02; c2bNR[4] = 0x7b; c2bNR[5] = 0xff03; c2bNR[6] = 0x5b; c2bNR[7] = 0xff04; c2bNR[8] = 0x6c; c2bNR[9] = 0xff05; c2bNR[10] = 0x50; c2bNR[11] = 0xff06; c2bNR[12] = 0x7d; c2bNR[13] = 0xff07; c2bNR[14] = 0x4d; c2bNR[15] = 0xff08; c2bNR[16] = 0x5d; c2bNR[17] = 0xff09; c2bNR[18] = 0x5c; c2bNR[19] = 0xff0a; c2bNR[20] = 0x4e; c2bNR[21] = 0xff0b; c2bNR[22] = 0x6b; c2bNR[23] = 0xff0c; c2bNR[24] = 0x60; c2bNR[25] = 0xff0d; c2bNR[26] = 0x4b; c2bNR[27] = 0xff0e; c2bNR[28] = 0x61; c2bNR[29] = 0xff0f; c2bNR[30] = 0xf0; c2bNR[31] = 0xff10; c2bNR[32] = 0xf1; c2bNR[33] = 0xff11; c2bNR[34] = 0xf2; c2bNR[35] = 0xff12; c2bNR[36] = 0xf3; c2bNR[37] = 0xff13; c2bNR[38] = 0xf4; c2bNR[39] = 0xff14; c2bNR[40] = 0xf5; c2bNR[41] = 0xff15; c2bNR[42] = 0xf6; c2bNR[43] = 0xff16; c2bNR[44] = 0xf7; c2bNR[45] = 0xff17; c2bNR[46] = 0xf8; c2bNR[47] = 0xff18; c2bNR[48] = 0xf9; c2bNR[49] = 0xff19; c2bNR[50] = 0x7a; c2bNR[51] = 0xff1a; c2bNR[52] = 0x5e; c2bNR[53] = 0xff1b; c2bNR[54] = 0x4c; c2bNR[55] = 0xff1c; c2bNR[56] = 0x7e; c2bNR[57] = 0xff1d; c2bNR[58] = 0x6e; c2bNR[59] = 0xff1e; c2bNR[60] = 0x6f; c2bNR[61] = 0xff1f; c2bNR[62] = 0x7c; c2bNR[63] = 0xff20; c2bNR[64] = 0xc1; c2bNR[65] = 0xff21; c2bNR[66] = 0xc2; c2bNR[67] = 0xff22; c2bNR[68] = 0xc3; c2bNR[69] = 0xff23; c2bNR[70] = 0xc4; c2bNR[71] = 0xff24; c2bNR[72] = 0xc5; c2bNR[73] = 0xff25; c2bNR[74] = 0xc6; c2bNR[75] = 0xff26; c2bNR[76] = 0xc7; c2bNR[77] = 0xff27; c2bNR[78] = 0xc8; c2bNR[79] = 0xff28; c2bNR[80] = 0xc9; c2bNR[81] = 0xff29; c2bNR[82] = 0xd1; c2bNR[83] = 0xff2a; c2bNR[84] = 0xd2; c2bNR[85] = 0xff2b; c2bNR[86] = 0xd3; c2bNR[87] = 0xff2c; c2bNR[88] = 0xd4; c2bNR[89] = 0xff2d; c2bNR[90] = 0xd5; c2bNR[91] = 0xff2e; c2bNR[92] = 0xd6; c2bNR[93] = 0xff2f; c2bNR[94] = 0xd7; c2bNR[95] = 0xff30; c2bNR[96] = 0xd8; c2bNR[97] = 0xff31; c2bNR[98] = 0xd9; c2bNR[99] = 0xff32; c2bNR[100] = 0xe2; c2bNR[101] = 0xff33; c2bNR[102] = 0xe3; c2bNR[103] = 0xff34; c2bNR[104] = 0xe4; c2bNR[105] = 0xff35; c2bNR[106] = 0xe5; c2bNR[107] = 0xff36; c2bNR[108] = 0xe6; c2bNR[109] = 0xff37; c2bNR[110] = 0xe7; c2bNR[111] = 0xff38; c2bNR[112] = 0xe8; c2bNR[113] = 0xff39; c2bNR[114] = 0xe9; c2bNR[115] = 0xff3a; c2bNR[116] = 0x70; c2bNR[117] = 0xff3b; c2bNR[118] = 0xb2; c2bNR[119] = 0xff3c; c2bNR[120] = 0x80; c2bNR[121] = 0xff3d; c2bNR[122] = 0xb0; c2bNR[123] = 0xff3e; c2bNR[124] = 0x6d; c2bNR[125] = 0xff3f; c2bNR[126] = 0x79; c2bNR[127] = 0xff40; c2bNR[128] = 0x81; c2bNR[129] = 0xff41; c2bNR[130] = 0x82; c2bNR[131] = 0xff42; c2bNR[132] = 0x83; c2bNR[133] = 0xff43; c2bNR[134] = 0x84; c2bNR[135] = 0xff44; c2bNR[136] = 0x85; c2bNR[137] = 0xff45; c2bNR[138] = 0x86; c2bNR[139] = 0xff46; c2bNR[140] = 0x87; c2bNR[141] = 0xff47; c2bNR[142] = 0x88; c2bNR[143] = 0xff48; c2bNR[144] = 0x89; c2bNR[145] = 0xff49; c2bNR[146] = 0x91; c2bNR[147] = 0xff4a; c2bNR[148] = 0x92; c2bNR[149] = 0xff4b; c2bNR[150] = 0x93; c2bNR[151] = 0xff4c; c2bNR[152] = 0x94; c2bNR[153] = 0xff4d; c2bNR[154] = 0x95; c2bNR[155] = 0xff4e; c2bNR[156] = 0x96; c2bNR[157] = 0xff4f; c2bNR[158] = 0x97; c2bNR[159] = 0xff50; c2bNR[160] = 0x98; c2bNR[161] = 0xff51; c2bNR[162] = 0x99; c2bNR[163] = 0xff52; c2bNR[164] = 0xa2; c2bNR[165] = 0xff53; c2bNR[166] = 0xa3; c2bNR[167] = 0xff54; c2bNR[168] = 0xa4; c2bNR[169] = 0xff55; c2bNR[170] = 0xa5; c2bNR[171] = 0xff56; c2bNR[172] = 0xa6; c2bNR[173] = 0xff57; c2bNR[174] = 0xa7; c2bNR[175] = 0xff58; c2bNR[176] = 0xa8; c2bNR[177] = 0xff59; c2bNR[178] = 0xa9; c2bNR[179] = 0xff5a; c2bNR[180] = 0xc0; c2bNR[181] = 0xff5b; c2bNR[182] = 0x4f; c2bNR[183] = 0xff5c; c2bNR[184] = 0xd0; c2bNR[185] = 0xff5d; c2bNR[186] = 0xa1; c2bNR[187] = 0xff5e; SingleByte.initC2B(b2cMap, c2bNR, c2b, c2bIndex); } }
⏎ sun/nio/cs/ext/IBM833.java
Â
⇒ JDK 11 jdk.compiler.jmod - Compiler Tool
2020-08-13, 24450👍, 0💬
Popular Posts:
JSP(tm) Standard Tag Library 1.1 implementation - Jakarta Taglibs hosts the Standard Taglib 1.1, an ...
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...
JSP(tm) Standard Tag Library 1.1 implementation - Jakarta Taglibs hosts the Standard Taglib 1.1, an ...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but c...