<< < 13 14 15 16 17 18 19 20 > >>   ∑:462  Sort:Date

Unicode Standard Releases
This section provides a list of major releases of the Unicode standard and their publishing dates.
2020-10-26, ∼323🔥, 1💬

Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings.
2022-10-01, ∼317🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼316🔥, 0💬

EncodingConverter.java - Encoding Conversion Sample Program
This section provides a tutorial example on how to write a sample program, EncodingConverter.java, to convert text files from one character set encoding to another.
2022-10-01, ∼315🔥, 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, ∼315🔥, 0💬

Saving Files in "Unicode (Big-Endian)" Option
This section provides a tutorial example on how to save text files with Word by selecting the 'Unicode (Big-Endian)' encoding option on the file conversion dialog box.
2022-10-01, ∼313🔥, 0💬

Character Set Encoding Map Analyzer
This section provides a tutorial example on how to write a simple program to analyze and print out the encoding map showing relations between character code points and their encoded byte sequences of a given encoding.
2022-10-01, ∼312🔥, 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, ∼293🔥, 0💬

Character Set Encoding Maps - Unicode UTF-32, UTF-32BE, UTF-32LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-32, UTF-32BE, and UTF-32LE, for Unicode character set.
2022-10-01, ∼292🔥, 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, ∼283🔥, 0💬

Character.toChars() - "char" Sequence of Code Point
This section provides tutorial example on how to test 'Character' class toChars() static methods to convert Unicode code points to 'char' sequences, which is really identical to the byte sequences from the UTF-16BE encoding of the code point.
2022-10-01, ∼281🔥, 0💬

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, ∼281🔥, 10💬

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, ∼280🔥, 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, ∼274🔥, 0💬

What Is Microsoft Excel
This section provides a quick introduction of Microsoft Excel - a spreadsheet tool which allows you to enter numerical values or text data into rows and columns. Microsoft Word can be used to edit Unicode text files with various encodings.
2022-10-01, ∼274🔥, 0💬

Archived: EncodingSampler.java - BMP Character Encoding
This section provides a tutorial example on how to use 4 different methods provided in Java to encode characters with a given encoding for BMP (Basic Multilingual Plane) characters only.
2022-10-01, ∼272🔥, 0💬

Unicode Signs in Different Encodings
This section provides a tutorial example on how to write sample programs to create some Unicode signs in various encodings and view them in a Web browser.
2022-10-01, ∼266🔥, 0💬

11B00: Devanagari Extended-A
This section provides a quick summary of the Unicode code point block: 'Devanagari Extended-A', which contains 96 code points to represent Devanagari Extended-A alphabets used in the Devanagari Extended-A language.
2024-01-23, ∼263🔥, 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, ∼259🔥, 0💬

'int' and 'String' - Basic Data Types for Unicode
This section provides an introduction on basic data types for storing Unicode characters in the full range of U+0000 to U+10FFFF: 'int' for a single Unicode character; 'String' for a sequence of Unicode characters.
2022-10-01, ∼255🔥, 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, ∼252🔥, 0💬

2EBF0: CJK Unified Ideographs Extension I
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension I', which contains 624 code points to represent CJK Unified Ideographs Extension I alphabets used in the CJK Unified Ideographs Extension I language.
2024-01-23, ∼251🔥, 0💬

References
List of reference materials used in this book.
2024-01-23, ∼250🔥, 0💬

10EC0: Arabic Extended-C
This section provides a quick summary of the Unicode code point block: 'Arabic Extended-C', which contains 64 code points to represent Arabic Extended-C alphabets used in the Arabic Extended-C language.
2024-01-23, ∼246🔥, 0💬

<< < 13 14 15 16 17 18 19 20 > >>   ∑:462  Sort:Date