Popular Books:
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, ∼370🔥, 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, ∼369🔥, 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, ∼357🔥, 0💬
Code Point Blocks
This section provides a list of major releases of the Unicode standard and their publishing dates. 2022-10-01, ∼356🔥, 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, ∼350🔥, 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, ∼329🔥, 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, ∼328🔥, 0💬
What Is Unicode
This section provides a quick introduction of the Unicode character set, which contains all characters used in all written languages of the world. 2022-10-01, ∼316🔥, 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, ∼295🔥, 0💬
JIS X0208 Character Set for Japanese Characters
This section provides a quick introduction of the JIS X0208 character set used for Japanese language characters. 2022-05-06, ∼730🔥, 1💬
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, ∼470🔥, 10💬
Opening UTF-8 Text Files
This section provides a tutorial example on how to open a UTF-8 text file with Nodepad correctly by selecting the UTF-8 encoding option on the open file dialog box. 2022-03-22, ∼3849🔥, 3💬
Unicode Standard Releases
This section provides a list of major releases of the Unicode standard and their publishing dates. 2020-10-26, ∼481🔥, 1💬
UTF-8 Encoding
This section provides a quick introduction of the UTF-8 (Unicode Transformation Format - 8-bit) encoding for Unicode character set. It uses 1, 2, 3, or 4 bytes for each character. 2019-11-06, ∼1720🔥, 2💬
"Character" Class with Unicode Utility Methods
This section provides an introduction on 'Character' class static methods added since J2SE 5.0 as Unicode utility methods. 2019-04-20, ∼443🔥, 2💬
💬 2019-04-20 Herong: Isie, it will be corrected in the next update. Thanks.
Popular Posts:
When is the Chinese Double Ninth Festival? How is it celebrated? What are the traditions? The ninth ...
This section provides a tutorial example on how to install Open Babel in an Anaconda (or Conda) envi...
This section provides a quick description of similarities and differences of 'Array' and 'Object'. A...
This chapter provides tutorial examples and notes about PHP implementation of DES. Topics include in...
This section provides a tutorial example of 'superclass access check failed' class load error.