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

HexWriter.java - Converting Encoded Byte Sequences to Hex Values
This section provides a tutorial example on how to write a sample program, HexWriter.java, to convert encoded byte sequences to Hex values to help viewing encoded text files.
2022-10-01, ∼352🔥, 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, ∼351🔥, 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, ∼342🔥, 0💬

Character.getNumericValue() - Numeric Value of Code Point
This section provides tutorial example on how to test 'Character' class getNumericValue() static methods to obtain the numeric value associated with a given Unicode character.
2022-10-01, ∼337🔥, 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, ∼337🔥, 0💬

What Is Microsoft Word
This section provides a quick introduction of Microsoft Word - a document authoring and publishing tool. Microsoft Word can be used to edit Unicode text files with various encodings.
2022-10-01, ∼334🔥, 0💬

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

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

Encoding Conversion Programs for Encoded Text Files
This chapter provides tutorial notes and example codes on character encoding conversion. Topics include entering Unicode characters with \uxxxx escape sequences; viewing encoded text files in Hex values; converting text files from one encoding to another; viewing encoded text files in Web browsers; ...
2022-10-01, ∼316🔥, 0💬

References
List of reference materials used in this book.
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, ∼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💬

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, ∼310🔥, 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, ∼310🔥, 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, ∼291🔥, 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, ∼281🔥, 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, ∼279🔥, 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, ∼278🔥, 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, ∼271🔥, 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, ∼269🔥, 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, ∼267🔥, 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, ∼261🔥, 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, ∼258🔥, 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, ∼254🔥, 0💬

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