From 7ea65e5154deaed1ebe283a933f2a5a1a3b90625 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 31 Oct 2012 10:32:15 -0700 Subject: [PATCH] spec: we're now at Unicode 6.2.0 R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6812060 --- doc/go_spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index a6586362ef..bd3c75f515 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -118,7 +118,7 @@ unicode_digit = /* a Unicode code point classified as "Decimal Digit" */ .

-In The Unicode Standard 6.0, +In The Unicode Standard 6.2, 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, -- 2.50.0