]> Cypherpunks repositories - gostls13.git/commit
unicode: fix case-mapping for roman numerals!!
authorRob Pike <r@golang.org>
Wed, 27 Jul 2011 22:54:23 +0000 (15:54 -0700)
committerRob Pike <r@golang.org>
Wed, 27 Jul 2011 22:54:23 +0000 (15:54 -0700)
commit5ea413e2a0414c4bd6dbf9d00d760b6ed8b156ec
tree35bd1ed73bf281cd2161e89bd425a2a4f62db225
parent2f4632febc46b2504313c271d04aaed008732f2b
unicode: fix case-mapping for roman numerals!!
Hurray!
Also fix the mystical U+0345 COMBINING GREEK YPOGEGRAMMENI,
so everyone is satisfied.
Also add a -local flag to use local files for faster turnaround
when debugging.

R=rsc
CC=golang-dev
https://golang.org/cl/4825054
src/pkg/unicode/letter_test.go
src/pkg/unicode/maketables.go
src/pkg/unicode/tables.go