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

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, 223🔥, 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, 215🔥, 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, 213🔥, 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, 206🔥, 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, 205🔥, 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, 203🔥, 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, 201🔥, 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, 200🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Notepad saving and opening Unicode files correctly with the BOM character prepended. But Notepad failed to open Unicode big endian files without the BOM character prepended.
2022-10-01, 196🔥, 0💬

Unicode 7.0 Character Samples
Some samples of characters added in Unicode 7.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, 195🔥, 0💬

Unicode 6.0 Character Samples
Some samples of characters added in Unicode 6.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, 195🔥, 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, 194🔥, 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, 194🔥, 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, 192🔥, 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, 191🔥, 0💬

Unicode Blocks - Herong's Notes
This book is a collection of notes on Unicode code point blocks written by the author while he was learning Unicode himself. Topics include Introduction of Unicode character sets and code blocks; List of Unicode code blocks and their character samples. Updated in 2024 (Version v5.32) with minor chan...
2024-01-23, 189🔥, 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, 179🔥, 0💬

"String" Class with Unicode Utility Methods
This section provides an introduction on 'String' class methods added and modified since J2SE 5.0 to support Unicode character processing.
2022-10-01, 171🔥, 0💬

Unicode 8.0 Character Samples
Some samples of characters added in Unicode 8.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, 166🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Word saving and opening Unicode files correctly with the BOM character prepended. But Word can also open Unicode files without the BOM character prepended with the correct encoding selected manually.
2022-10-01, 164🔥, 0💬

1DF00: Latin Extended-G
This section provides a quick summary of the Unicode code point block: 'Latin Extended-G', which contains 256 code points to represent Latin Extended-G alphabets used in the Latin Extended-G language.
2024-01-23, 151🔥, 0💬

Character Counter Program for Any Given Encoding
This section provides a tutorial example on how to write a simple program to count valid characters in a give encoding character set encoding.
2022-10-01, 151🔥, 0💬

1E030: Cyrillic Extended-D
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-D', which contains 96 code points to represent Cyrillic Extended-D alphabets used in the Cyrillic Extended-D language.
2024-01-23, 150🔥, 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, 145🔥, 10💬

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