Compiler and encoding

Revision as of 03:00, 30 May 2012 by Ted (Talk | contribs) (New page: Category:compiler From 6.7, the compiler has been equiped with a Unicode parser. The core of the parser only accept UTF-8 source code, for simplicity and generality. Before source cod...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


From 6.7, the compiler has been equiped with a Unicode parser. The core of the parser only accept UTF-8 source code, for simplicity and generality. Before source code is passed into the core process of parsing, it is preprocessed and converted into UTF-8.

Internals