1
0
mirror of https://github.com/golang/go synced 2024-10-04 01:31:25 -06:00
go/src/pkg/unicode
Rob Pike 149e3d332c rearrange some constants. unicode package now defines MaxRune and ReplacementChar.
utf8 package imports unicode to get those definitions.
regenerate dependencies.

R=rsc
DELTA=41  (19 added, 3 deleted, 19 changed)
OCL=34123
CL=34129
2009-08-31 13:01:25 -07:00
..
digit_test.go rearrange some constants. unicode package now defines MaxRune and ReplacementChar. 2009-08-31 13:01:25 -07:00
digit.go change IsDecimalDigit to IsDigit because Decimal is redundant 2009-08-26 16:53:07 -07:00
letter_test.go rearrange some constants. unicode package now defines MaxRune and ReplacementChar. 2009-08-31 13:01:25 -07:00
letter.go rearrange some constants. unicode package now defines MaxRune and ReplacementChar. 2009-08-31 13:01:25 -07:00
Makefile unicode tables for all categories 2009-08-27 09:14:32 -07:00
maketables.go further simplification of the case fold calculation. 2009-08-30 18:17:52 -07:00
script_test.go rearrange some constants. unicode package now defines MaxRune and ReplacementChar. 2009-08-31 13:01:25 -07:00
tables.go add the Upper/Lower sequence optimization. 2009-08-30 14:02:42 -07:00