Go语言规范(源代码表示)
原文: http://golang.org/doc/go_spec.html 翻译: 红猎人 (zengsai@gmail.com) Source code representation 源代码表示 [Top] Source code is Unicode text encoded in UTF-8 . The text is not canonicalized, so a single accented code point is distinct from the same character constructed from combining an accent and a letter; those are treated as two code points. For simplicity, this document will use the term character to refer to a Unicode code point. 源代码是用 UTF-8 编码 的 Unicode 文本。文本不是规范化的,因此一个单独加了重音的代码点有别于由字母和重音 结合而成的字符;它们对当作两个代码点对待。为了简单起见,该文档使用术语 字符 指代 Unicode 代码点。 Each code point is distinct; for instance, upper