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

Examples of GB18030 Encoding
This section provides examples of encoded byte sequences of GB18030 encoding, which is designed to encode Chinese characters.
2022-10-01, ∼697🔥, 0💬

Character Set Encoding Maps - CP1252/Windows-1252
This section provides a tutorial example of analyzing and printing character set encoding maps for encoding: CP1252/Windows-1252, the default encoding for Java SE on Windows systems.
2022-10-01, ∼609🔥, 0💬

Character Set Encoding Maps - Unicode UTF-16, UTF-16BE, UTF-16LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-16, UTF-16BE, and UTF-16LE, for Unicode character set.
2022-10-01, ∼606🔥, 0💬

Unicode Character Set
This chapter provides notes and tutorial examples on the Unicode character set. Topics including introduction of Unicode standard, example characters, history of releases, blocks of code points.
2022-10-01, ∼545🔥, 0💬

Examples of US-ASCII, UTF-8, UTF-16 and UTF-32 Encodings
This section provides examples of encoded byte sequences of US-ASCII, UTF-8, UTF-16, UTF-16BE, UTF-32BE encodings.
2022-10-01, ∼522🔥, 0💬

Unicode Fonts
Notes and tutorial examples are provided on Unicode fonts. Topics include characteristics of a font; examples of Unicode fonts; downloading and installing GNU Unifont; running 'Character Map' on Windows.
2022-10-01, ∼516🔥, 0💬

ASCII Character Set and Encoding
This chapter provides notes and tutorial examples on ASCII character set and encoding. Topics including introduction of ASCII (American Standard Code for Information Interchange); listing of all ASCII characters and their encoded bytes.
2022-10-01, ∼485🔥, 0💬

JIS X0208 Character Set and Encodings
This chapter provides notes and tutorial examples on JIS X0208 character set and encodings. Topics including introduction of the JIS X0208 character set; EUC-JP, ISO-2022-JP and Shift-JIS encodings.
2022-10-01, ∼472🔥, 0💬

Character Set Encoding Maps
This chapter provides tutorial notes and example codes on character set encoding maps. Topics include collection types: encoding map analyzer program; analyzing and print encoding maps for US-ASCII, ISO-8859-1/Latin 1, Windows CP1252, Unicode UTF-8, UTF-16, UTF-32; sample program to count valid char...
2022-10-01, ∼466🔥, 0💬

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

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼456🔥, 0💬

History of GB Character Sets
This section provides a quick introduction of GB character sets: GB2312-1980, GB1300.1 and GB18030-2000.
2022-10-01, ∼450🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼442🔥, 0💬

Character Set Encoding Maps - US-ASCII and ISO-8859-1/Latin 1
This section provides a tutorial example of analyzing and printing character set encoding maps for 2 encodings: US-ASCII and ISO-8859-1/Latin 1.
2022-10-01, ∼435🔥, 0💬

Opening UTF-16BE Text Files
This section provides a tutorial example on how to open a UTF-16BE text file with Word correctly by selecting the Unicode (Big-Endian) encoding option on the File Conversion dialog box.
2022-10-01, ∼427🔥, 0💬

What Is Notepad
This section provides a quick introduction of the default text editor, Notepad, included in Windows system. Notepad does support Unicode text files.
2022-10-01, ∼421🔥, 0💬

String.toCharArray() Returns the UTF-16BE Sequence
This section provides tutorial example on showing that the output of toCharArray() is the same as getBytes('UTF-16BE') at the bit level.
2022-10-01, ∼419🔥, 0💬

Opening UTF-16BE Text Files
This section provides a tutorial example on how to open a UTF-16BE text file with Nodepad. But Notepad failed to open correctly the UTF-16BE text created by myself.
2022-10-01, ∼416🔥, 0💬

Java Language and Unicode Characters
This chapter provides notes and tutorial examples on Unicode support in Java language. Topics including Unicode versions supported in different JDK versions; using 'int' and 'String' data type to store single and multiple Unicode characters; Unicode utility methods in the 'Character' class; 'char' e...
2022-10-01, ∼415🔥, 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, ∼404🔥, 0💬

Viewing Encoded Text Files in Web Browsers
This section provides a tutorial example on how to view text files with different encodings with Web browser Internet Explorer. The encoded text file should be modified to add proper HTML tags using the sample program EncodingHtml.java.
2022-10-01, ∼401🔥, 0💬

EncodingSampler.java - Testing encode() Methods
This section provides a tutorial example on how to use 4 different methods provided in Java to encode characters with a given character encoding.
2022-10-01, ∼387🔥, 0💬

JIS X0208 Character Code Values
This section provides a quick introduction of JIS X0208 character code values. Each character has a code of 2 bytes: high byte is row number plus 32 and low byte is column number plus 32.
2022-10-01, ∼380🔥, 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, ∼376🔥, 0💬

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