1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:10:22 -07:00

go spec: move to Unicode 6.0

R=r, r2
CC=golang-dev
https://golang.org/cl/4128055
This commit is contained in:
Robert Griesemer 2011-02-03 12:27:41 -08:00
parent 8bf0bc2754
commit 838b5ad9d6

View File

@ -104,12 +104,12 @@ The following terms are used to denote specific Unicode character classes:
<pre class="ebnf">
unicode_char = /* an arbitrary Unicode code point */ .
unicode_letter = /* a Unicode code point classified as "Letter" */ .
unicode_digit = /* a Unicode code point classified as "Digit" */ .
unicode_digit = /* a Unicode code point classified as "Decimal Digit" */ .
</pre>
<p>
In <a href="http://www.unicode.org/versions/Unicode5.2.0/">The Unicode Standard 5.2</a>,
Section 4.5 General Category-Normative
In <a href="http://www.unicode.org/versions/Unicode6.0.0/">The Unicode Standard 6.0</a>,
Section 4.5 "General Category"
defines a set of character categories. Go treats
those characters in category Lu, Ll, Lt, Lm, or Lo as Unicode letters,
and those in category Nd as Unicode digits.