From 838b5ad9d6ead0c4348197978fb85647a7019013 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 3 Feb 2011 12:27:41 -0800 Subject: [PATCH] go spec: move to Unicode 6.0 R=r, r2 CC=golang-dev https://golang.org/cl/4128055 --- doc/go_spec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 047710b6cf..9784222195 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -104,12 +104,12 @@ The following terms are used to denote specific Unicode character classes:
 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" */ .
 

-In The Unicode Standard 5.2, -Section 4.5 General Category-Normative +In The Unicode Standard 6.0, +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. -- 2.50.0