]> Cypherpunks repositories - gostls13.git/commit
add unicode data for decimal digit, preparatory to allowing them in identifiers.
authorRob Pike <r@golang.org>
Tue, 10 Mar 2009 23:30:27 +0000 (16:30 -0700)
committerRob Pike <r@golang.org>
Tue, 10 Mar 2009 23:30:27 +0000 (16:30 -0700)
commit4cbfcae3d83d6f7b07c5bf2bb42c9bc975c341f8
tree21872ea7f380f70453535a229cb608dda2e42d5c
parent6906e3b884ad1c7890ee9c05c2fcbb44a8d173b9
add unicode data for decimal digit, preparatory to allowing them in identifiers.

R=rsc
DELTA=431  (430 added, 0 deleted, 1 changed)
OCL=25975
CL=26059
src/lib/unicode/Makefile
src/lib/unicode/decimaldigit.go [new file with mode: 0644]
src/lib/unicode/decimaldigit_test.go [new file with mode: 0644]