Popular Books:
Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings. 2022-10-01, ∼376🔥, 0💬
Saving UTF-8 Text Files
This section provides a tutorial example to prove that Excel can not save a UTF-8 text file. Its Save As Type only supports the Unicode Text (*.txt) encoding. 2022-10-01, ∼376🔥, 0💬
Listing of ASCII Characters and Encoded Bytes
This section provides a complete list of ASCII characters, code points and encoded bytes. 2022-10-01, ∼373🔥, 0💬
Full Version in PDF/ePUB
This section provides information on how to obtain the full version of this book in PDF, ePUB, or other formats. 2024-01-23, ∼361🔥, 0💬
"Character" Class with Unicode Utility Methods
This section provides an introduction on 'Character' class static methods added since J2SE 5.0 as Unicode utility methods. 2019-04-20, ∼354🔥, 2💬
💬 2019-04-20 Herong: Isie, it will be corrected in the next update. Thanks.
Examples of Unicode Characters
Some samples of Unicode characters are provided here with their glyphs, code points, code names and code blocks for the purpose of demonstration. 2022-03-24, ∼353🔥, 10💬
What Is Character Set
This section provides a quick introduction of some basic concepts like character set, coded character set, code point, character encoding. 2022-10-01, ∼339🔥, 0💬
Testing decode() Methods
This section describes 4 different methods provided in Java to decode byte sequences back to characters with a given encoding. 2022-10-01, ∼338🔥, 0💬
What Is Character Encoding
This section provides a quick introduction of Unicode character encodings and other local language encodings that are supported by Java. 2022-10-01, ∼332🔥, 0💬
Unicode 5.0 Character Samples
Some samples of characters added in Unicode 5.0 are provided here for the purpose of demonstration or performing browser testing. 2022-10-01, ∼295🔥, 0💬
Supported Save and Open File Formats
This section provides a quick summary on Excel saving and opening Unicode files. UTF-16 (Little-Endian with BOM) is the best format for Excel. 2022-10-01, ∼294🔥, 0💬
Unicode 4.0 Character Samples
Some samples of characters added in Unicode 4.0 are provided here for the purpose of demonstration or performing browser testing. 2022-10-01, ∼294🔥, 0💬
About This Book
This section provides some detailed information about this book - __title__. 2024-01-23, ∼293🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to create a your own digital ID and use it to add a ...
This section describes how to create a new table in a MS Access database through the JDBC-ODBC drive...
This chapter provides tutorial notes on JDBC PreparedStatement with Derby (Java DB) JDBC Driver. Top...
The Mid-Autumn Festival falls on the 15th day of the 8th lunar month, usually in October in Gregoria...
This section provides a quick description of similarities and differences of 'Array' and 'Object'. A...