]> Cypherpunks repositories - gostls13.git/commitdiff
spec: we're now at Unicode 6.2.0
authorRob Pike <r@golang.org>
Wed, 31 Oct 2012 17:32:15 +0000 (10:32 -0700)
committerRob Pike <r@golang.org>
Wed, 31 Oct 2012 17:32:15 +0000 (10:32 -0700)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6812060

doc/go_spec.html

index a6586362efa2d7c9619b3c894f18a3743feca363..bd3c75f515730071b985ae4e70991e529582ee6b 100644 (file)
@@ -1,6 +1,6 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of October 19, 2012",
+       "Subtitle": "Version of October 31, 2012",
        "Path": "/ref/spec"
 }-->
 
@@ -118,7 +118,7 @@ unicode_digit  = /* a Unicode code point classified as "Decimal Digit" */ .
 </pre>
 
 <p>
-In <a href="http://www.unicode.org/versions/Unicode6.0.0/">The Unicode Standard 6.0</a>,
+In <a href="http://www.unicode.org/versions/Unicode6.2.0/">The Unicode Standard 6.2</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,