aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
AgeCommit message (Expand)Author
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