1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/pkg/unicode
Rob Pike 396b47bbbd 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
2009-08-26 16:01:31 -07:00
..
decimaldigit_test.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
decimaldigit.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
digittables.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
letter_test.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
letter.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
lettertables.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
Makefile generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
maketables.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00