From e6863e7d5b22c7711d0f950981fa3673e9e160f5 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 25 Feb 2014 14:15:49 -0800 Subject: [PATCH] spec: libraries and implementation are now at Unicode 6.3 LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/68760043 --- 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 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 !"#$%&'()*,:;<=>?[\]^`{|} -- 2.48.1