Popular Books:
Saving Files in Unicode Option
This section provides a tutorial example on how to save text files with Word by selecting the Unicode encoding option on the file conversion dialog box. 2022-10-01, ∼403🔥, 0💬
Unicode 13.0 Character Samples
Some samples of characters added in Unicode 13.0 are provided here for the purpose of demonstration or performing browser testing. 2022-10-01, ∼398🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼381🔥, 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, ∼373🔥, 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, ∼372🔥, 0💬
Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings. 2022-10-01, ∼369🔥, 0💬
What Is a Font
A font can be considered as an instance of typeface that defines how glyphs of a character set will be displayed or printed. 2022-10-01, ∼369🔥, 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, ∼329🔥, 0💬
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, ∼324🔥, 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, ∼320🔥, 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, ∼289🔥, 0💬
Popular Posts:
Information on how to obtain the full version of this book in PDF, EPUB, or other formats.
This section provides a tutorial example on how to create and run an Android Emulator for 7 inch tab...
This section describes the Java program entry point, the main() method of the starting class. Comman...
This section describes steps of the compilation and execution process of C programs: preprocessing, ...
This chapter provides notes and tutorial examples on Xerces2 Java Parser API package. Topics include...