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

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

GB2312 Character Set and Encoding
This chapter provides notes and tutorial examples on GB2312 character set and encoding. Topics including introduction of the GB2312 character set for simplified Chinese characters; GB2312 encoding for the GB2312 character set; Relation of GB2312 and Unicode.
2022-10-01, 431🔥, 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, 409🔥, 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, 401🔥, 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, 397🔥, 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, 388🔥, 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, 378🔥, 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, 375🔥, 0💬

Relation of GB2312 and Unicode
This section provides a quick introduction of the relation between GB2312 character set and Unicode character set.
2022-10-01, 369🔥, 0💬

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

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, 348🔥, 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, 340🔥, 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, 339🔥, 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, 338🔥, 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, 332🔥, 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, 330🔥, 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, 315🔥, 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, 305🔥, 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, 304🔥, 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, 303🔥, 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, 290🔥, 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, 289🔥, 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, 281🔥, 0💬

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

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