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

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

Opening UTF-16BE Text Files
This section provides a tutorial example to prove that Excel can not open a UTF-16BE text file. Its Text Import Wizard only supports UTF-7 and UTF-8 encodings.
2022-10-01, 266🔥, 0💬

Features of UTF-8 Encoding
This section provides a quick summary of features of UTF-8 encoding. UTF-8 is very efficient for Western language characters.
2022-10-01, 262🔥, 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, 261🔥, 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, 250🔥, 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, 246🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 244🔥, 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, 235🔥, 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, 233🔥, 0💬

Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings.
2022-10-01, 230🔥, 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, 227🔥, 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, 224🔥, 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, 224🔥, 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, 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💬

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