summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/tables.go
AgeCommit message (Expand)AuthorFilesLines
2009-08-31submitter's regret. rename Props to PropertiesRob Pike1-2/+2
2009-08-31add property tablesRob Pike1-0/+831
2009-08-30add the Upper/Lower sequence optimization.Rob Pike1-1002/+50
2009-08-28first cut at case mapping tables and library.Rob Pike1-1/+1207
2009-08-28fix ", First" ", Last" ranges from UnicodeData.txtRob Pike1-14/+12
2009-08-27improve generated code for godocabilityRob Pike1-231/+118
2009-08-27add scripts tables to the unicode packageRob Pike1-32/+1097
2009-08-27fix build. changing var to const, which it should be anyway,Rob Pike1-2/+2
2009-08-27unicode tables for all categoriesRob Pike1-0/+1840