aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
AgeCommit message (Expand)Author
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2016-04-26unicode: improve SimpleFold performance for asciiEgon Elbre
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24unicode/utf16: speed up and clean up Encode and EncodeRuneAlberto Donizetti
2016-02-23unicode/utf16: speed up and clean up DecodeAlberto Donizetti
2016-02-23unicode/utf16: add benchmarksAlberto Donizetti
2015-12-01unicode/utf8: add test for FullRuneMarcel van Lohuizen
2015-11-24unicode: add function level examplesCarlos Cirello
2015-11-24unicode/utf8: don't imply that the empty string is incorrect UTF-8Aaron Jacobs
2015-11-16unicode/utf8: table-based algorithm for decodingMarcel van Lohuizen
2015-11-16unicode/utf8: removed uses of ranging over stringMarcel van Lohuizen
2015-10-26unicode/utf8: added benchmarksMarcel van Lohuizen
2015-08-24unicode: include rune 0 in RangeTables.Marcel van Lohuizen
2015-06-26unicode: upgrade to 8.0.0Marcel van Lohuizen
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-16unicode: Fixed an out of date comment (MaxLatin1, not Latin1Max).Aaron Jacobs
2014-10-16unicode/utf8: fix docs for DecodeRune(empty) and friends.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox