summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/casetables.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30Unicode: provide an ability to supplement the case-mapping tablesRob Pike1-0/+21
in character and string case mapping routines. Add a custom mapper for Turkish and Azeri. A more general solution for deriving the case information from Unicode's SpecialCasing.txt will require more work. Fixes issue 703. R=rsc, rsc1 CC=golang-dev, mdakin http://codereview.appspot.com/824043