From: Rob Pike Date: Tue, 25 Feb 2014 22:15:49 +0000 (-0800) Subject: spec: libraries and implementation are now at Unicode 6.3 X-Git-Tag: go1.3beta1~572 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e6863e7d5b22c7711d0f950981fa3673e9e160f5;p=gostls13.git spec: libraries and implementation are now at Unicode 6.3 LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/68760043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 6bde7ab6fc..11b7225719 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -120,7 +120,7 @@ unicode_digit = /* a Unicode code point classified as "Decimal Digit" */ .

-In The Unicode Standard 6.2, +In The Unicode Standard 6.3, 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, @@ -5683,7 +5683,7 @@ package and may be relative to a repository of installed packages.

Implementation restriction: A compiler may restrict ImportPaths to non-empty strings using only characters belonging to -Unicode's +Unicode's L, M, N, P, and S general categories (the Graphic characters without spaces) and may also exclude the characters !"#$%&'()*,:;<=>?[\]^`{|}