mirror of
https://github.com/golang/go
synced 2024-11-21 21:14:47 -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:
parent
8bf0bc2754
commit
838b5ad9d6
@ -104,12 +104,12 @@ The following terms are used to denote specific Unicode character classes:
|
|||||||
<pre class="ebnf">
|
<pre class="ebnf">
|
||||||
unicode_char = /* an arbitrary Unicode code point */ .
|
unicode_char = /* an arbitrary Unicode code point */ .
|
||||||
unicode_letter = /* a Unicode code point classified as "Letter" */ .
|
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>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
In <a href="http://www.unicode.org/versions/Unicode5.2.0/">The Unicode Standard 5.2</a>,
|
In <a href="http://www.unicode.org/versions/Unicode6.0.0/">The Unicode Standard 6.0</a>,
|
||||||
Section 4.5 General Category-Normative
|
Section 4.5 "General Category"
|
||||||
defines a set of character categories. Go treats
|
defines a set of character categories. Go treats
|
||||||
those characters in category Lu, Ll, Lt, Lm, or Lo as Unicode letters,
|
those characters in category Lu, Ll, Lt, Lm, or Lo as Unicode letters,
|
||||||
and those in category Nd as Unicode digits.
|
and those in category Nd as Unicode digits.
|
||||||
|
Loading…
Reference in New Issue
Block a user