]> Cypherpunks repositories - gostls13.git/commit
add unicode library stub with just
authorRuss Cox <rsc@golang.org>
Wed, 14 Jan 2009 22:05:00 +0000 (14:05 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 14 Jan 2009 22:05:00 +0000 (14:05 -0800)
commit5ea8ac78a8c701c3808460ffea2c0bdae8f186cb
tree1561704e59dc133fe55cfd2e68c266ff50e8bd66
parentef51f4baf44ea7669392c007c9563c21727f017f
add unicode library stub with just
IsUpper and IsLetter.

R=r
DELTA=746  (746 added, 0 deleted, 0 changed)
OCL=22743
CL=22750
src/lib/Makefile
src/lib/unicode/Makefile [new file with mode: 0644]
src/lib/unicode/letter.go [new file with mode: 0644]
src/lib/unicode/letter_test.go [new file with mode: 0644]