1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:31:21 -06:00
go/src/pkg/unicode
Russ Cox 4b409289f6 remove Line in bufio.ReadLine(Bytes|Slice|String)
also drop bool arg from ReadString

R=r
DELTA=45  (13 added, 1 deleted, 31 changed)
OCL=33923
CL=33960
2009-08-27 11:20:15 -07:00
..
digit_test.go unicode tables for all categories 2009-08-27 09:14:32 -07:00
digit.go change IsDecimalDigit to IsDigit because Decimal is redundant 2009-08-26 16:53:07 -07:00
letter_test.go generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
letter.go change IsDecimalDigit to IsDigit because Decimal is redundant 2009-08-26 16:53:07 -07:00
Makefile unicode tables for all categories 2009-08-27 09:14:32 -07:00
maketables.go remove Line in bufio.ReadLine(Bytes|Slice|String) 2009-08-27 11:20:15 -07:00
tables.go fix build. changing var to const, which it should be anyway, 2009-08-27 09:58:43 -07:00