summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/casetables.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+20
2011-09-13Imported Upstream version 60Ondřej Surý1-21/+0
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