[mirror] Go text processing support
Перейти к файлу
Marcel van Lohuizen c93e7c9fff collate/tools/colcmp: fix build breakage for darwin.
This used to work.
This still doesn't work fully, but it will have to do for now.

Change-Id: Idabfdf9b5ebffad098962b9d5c817e1febc09837
Reviewed-on: https://go-review.googlesource.com/9800
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-05-07 01:02:14 +00:00
cases text/internal/gen: more cleanup 2015-03-09 05:49:43 +00:00
cldr text: upgrade to CLDR 27.0.1 2015-05-05 17:57:39 +00:00
collate collate/tools/colcmp: fix build breakage for darwin. 2015-05-07 01:02:14 +00:00
display text: upgrade to CLDR 27.0.1 2015-05-05 17:57:39 +00:00
encoding encoding/unicode: new BOM policy for standard UTF-16. 2015-04-20 07:59:04 +00:00
internal text: upgrade to CLDR 27.0.1 2015-05-05 17:57:39 +00:00
language text: upgrade to CLDR 27.0.1 2015-05-05 17:57:39 +00:00
runes runes: Added Transformer wrapper. 2015-04-21 06:12:18 +00:00
search search: added language matcher for collation and search. 2015-04-23 08:23:31 +00:00
transform text: add import comments. 2014-12-09 22:46:39 +00:00
unicode text/collate: use internal/gen 2015-03-10 07:00:45 +00:00
width text: upgrade to CLDR 27.0.1 2015-05-05 17:57:39 +00:00
.gitattributes text: add .gitattributes (fixes windows build) 2014-12-23 06:16:57 +00:00
AUTHORS go.text: create repository 2013-03-06 13:57:33 -08:00
CONTRIBUTING.md doc: add CONTRIBUTING.md 2015-02-20 05:00:44 +00:00
CONTRIBUTORS go.text: create repository 2013-03-06 13:57:33 -08:00
LICENSE go.text: create repository 2013-03-06 13:57:33 -08:00
PATENTS go.text: create repository 2013-03-06 13:57:33 -08:00
README go.text: create repository 2013-03-06 13:57:33 -08:00
codereview.cfg text: add codereview.cfg 2015-03-18 17:03:13 +00:00
doc.go text: added repository-wide generate tool. 2015-03-20 06:39:55 +00:00
gen.go text: added repository-wide generate tool. 2015-03-20 06:39:55 +00:00

README

This repository holds supplementary Go libraries for text processing, many involving Unicode.

To submit changes to this repository, see http://golang.org/doc/contribute.html.