Popular Books:
UTF-16BE Encoding
This section provides a quick introduction of the UTF-16BE (Unicode Transformation Format - 16-bit Big Endian) encoding for Unicode character set. UTF-16BE is a variation of UTF-16. 2024-11-24, ≈10🔥, 22💬
💬 2023-11-27 yooo: 灩捯䍔䙻ㄶ形楴獟楮獴㌴摟潦弸強㕤㐸㤸扽
💬 2023-11-01 Udit Singh Dhakrey: <script>alert("is I am able to hack")</script>
💬 2022-08-26 asewathy: 灩捯䍔䙻ㄶ形楴獟楮獴㌴摟潦弸弰㑣〷㘰摽
Shift-JIS Encoding
This section provides a quick introduction of Shift-JIS, also called MS Kanji, encoding, which maps a JIS X0208 character to a 2-byte sequence using a complicated schema designed by Microsoft. 2024-11-14, ∼4056🔥, 10💬
💬 2022-03-12 ddfdfd: hey how are you
💬 2021-12-01 lakshay: what is shift-jis encoding
UTF-32LE Encoding
This section provides a quick introduction of the UTF-32LE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set. 2024-05-30, ∼1373🔥, 6💬
Opening UTF-16LE Text Files
This section provides a tutorial example to prove that Excel can not open a UTF-16LE text file. Its Text Import Wizard only supports UTF-7 and UTF-8 encodings. 2024-05-01, ∼331🔥, 2💬
💬 2024-03-21 Lawrence: Hi! I would like to learn how to code
💬 2024-01-16 alert("hello"): <script> alert("hello") </script>
💬 2023-07-02 Robert Kučera: U2FsdGVkX1+0hNJU24eqEsbTKsJxnpZ2KjSz b0TufyBbuu8NU1q0U1odiDkKM2MM
Python Source Code Encoding
This section provides a tutorial example to demonstrate the default UTF-8 encoding of Python source code file and ways to change the default encoding. 2024-01-27, ∼149🔥, 0💬
Summary of Unicode Support in Python
This section provides a quick summary of Unicode support in Python language. 2024-01-27, ∼138🔥, 0💬
Unicode Support on "str" Data Type
This section provides tutorial example on how to use the built-in data type 'str' to store Unicode characters as a list of code points. 2024-01-27, ∼135🔥, 0💬
"unicodedata" Module for Unicode Properties
This section provides tutorial example on how to use the 'unicodedata' to retrieve properties of code points defined by the Unicode standard. 2024-01-27, ∼135🔥, 0💬
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. 2024-01-23, ∼6922🔥, 0💬
0600: Arabic
This section provides a quick summary of the Unicode code point block: 'Arabic', which contains 256 code points to represent alphabetic letters used in the Arabic language. 2024-01-23, ∼3580🔥, 0💬
2600: Miscellaneous Symbols
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Symbols', which contains 160 code points to represent more miscellaneous symbols. 2024-01-23, ∼3370🔥, 0💬
AC00: Hangul Syllables
This section provides a quick summary of the Unicode code point block: 'Hangul Syllables', which contains 11184 code points to represent Hangul syllables used in the Korean language. 2024-01-23, ∼2955🔥, 0💬
FFF0: Specials
This section provides a quick summary of the Unicode code point block: 'Specials', which contains 16 code points to represent special codes 2024-01-23, ∼1992🔥, 0💬
0180: Latin Extended-B
This section provides a quick summary of the Unicode code point block: 'Latin Extended-B', which contains 208 code points to represent historical Latin language characters. 2024-01-23, ∼1245🔥, 0💬
Popular Posts:
This section describes how to install Apache 2.2.25 binary distribution on Windows systems.
This book is a collection of tutorial notes and sample codes written by the author while he was lear...
什么是“2019新型冠状病毒”,“新冠病毒”,“ 2019冠状病毒症”?缩写,SARS-CoV-2, 2019-nCoV, COVID-19,代表什么...
什么是蛋白疫苗? 它的工作机制是什么? 蛋白疫苗又可以细分成两个小类:重组蛋白疫苗,病毒 外壳疫苗(Virus-LikePartic...
This section describes what is SHA1 (Secure Hash Algorithm 1) - a message digest algorithm which tak...