Commit 7ea65e51 authored by Rob Pike's avatar Rob Pike

spec: we're now at Unicode 6.2.0

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6812060
parent a90b3a55
<!--{ <!--{
"Title": "The Go Programming Language Specification", "Title": "The Go Programming Language Specification",
"Subtitle": "Version of October 19, 2012", "Subtitle": "Version of October 31, 2012",
"Path": "/ref/spec" "Path": "/ref/spec"
}--> }-->
...@@ -118,7 +118,7 @@ unicode_digit = /* a Unicode code point classified as "Decimal Digit" */ . ...@@ -118,7 +118,7 @@ unicode_digit = /* a Unicode code point classified as "Decimal Digit" */ .
</pre> </pre>
<p> <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" Section 4.5 "General Category"
defines a set of character categories. Go treats defines a set of character categories. Go treats
those characters in category Lu, Ll, Lt, Lm, or Lo as Unicode letters, those characters in category Lu, Ll, Lt, Lm, or Lo as Unicode letters,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment