Search Results

0
votes

Entering Unicode characters in LaTeX

Unfortunately Latex doesn't directly do the unicode thing. The closest you get are language or encoding specific packages and tools to produce characters outside of the ASCII character set. …
2
votes

How does a file with Chinese characters know how many bytes to use per character?

Essentially, if it begins with a 0, it's a 7 bit code point. If it begins with 10, it's a continuation of a multi-byte codepoint. Otherwise, the number of 1's tell you how many bytes this code po …