]> Cypherpunks repositories - gostls13.git/commit
generate the unicode tables directly from web database
authorRob Pike <r@golang.org>
Wed, 26 Aug 2009 23:01:31 +0000 (16:01 -0700)
committerRob Pike <r@golang.org>
Wed, 26 Aug 2009 23:01:31 +0000 (16:01 -0700)
commit396b47bbbd8380fa1ac7f227518fbbc397e31afc
tree60872116ae240de0f6e18b9b5666230bb6aeca02
parent2aea4a063b364223d299d369a5570fb6bd193f2c
generate the unicode tables directly from web database

after this CL, two more to come:
1) add an exhaustive test, probably as a variant of maketables
2) add ToUpper, ToLower, ToTitle and associated tests

R=rsc
DELTA=1578  (1007 added, 559 deleted, 12 changed)
OCL=33902
CL=33907
src/pkg/regexp/regexp.go
src/pkg/unicode/Makefile
src/pkg/unicode/decimaldigit.go
src/pkg/unicode/digittables.go [new file with mode: 0644]
src/pkg/unicode/letter.go
src/pkg/unicode/letter_test.go
src/pkg/unicode/lettertables.go [new file with mode: 0644]
src/pkg/unicode/maketables.go [new file with mode: 0644]