]> Cypherpunks repositories - gostls13.git/commit
unicode: various documentation tweaks
authorRob Pike <r@golang.org>
Fri, 10 Feb 2012 03:30:44 +0000 (14:30 +1100)
committerRob Pike <r@golang.org>
Fri, 10 Feb 2012 03:30:44 +0000 (14:30 +1100)
commit989e611a7b0bf6589b5b70575150d479613e3df6
treee14bf76c5d1dac67ebc2fab6d4e4be77bca99759
parent0357af80b461e8dea71602ee3d4bcb7d733c7613
unicode: various documentation tweaks

The comment on IsOneOf regarding Latin-1 was an implementation detail:
when the function is called internally, that condition is true. It used to matter,
but now the comment is a dreg. The function works fine if the character is
Latin-1, so we just delete the comment.

Fixes #2966.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5655047
src/pkg/unicode/graphic.go
src/pkg/unicode/letter.go
src/pkg/unicode/maketables.go
src/pkg/unicode/tables.go