Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
7ea65e51
Commit
7ea65e51
authored
Oct 31, 2012
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: we're now at Unicode 6.2.0
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/6812060
parent
a90b3a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/go_spec.html
doc/go_spec.html
+2
-2
No files found.
doc/go_spec.html
View file @
7ea65e51
<!--{
"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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment