[mirror] Go text processing support
Перейти к файлу
Marcel van Lohuizen 4a56690205 go.text/language: A few small changes:
- Added Tag methods to Base, Script and Region types to convert them in a proper tag.
- Factored out part of Canonicalize that does not remake the string (used in upcoming matcher code).
- Added "nb" -> "no" conversion in the tables to allow more consistency for code using these tables directly.
- changed to short name used in some methods for type Base so that it consistenly appears as "b" in the documentation.

R=r
CC=golang-dev
https://golang.org/cl/13647043
2013-09-23 11:03:22 +02:00
cldr go.text/cldr: fix bug introduced with changeset 17795:749d02164043: 2013-08-18 09:05:32 +02:00
collate go.text/language: renaming of locale package: 2013-09-05 11:16:24 +02:00
encoding go.text/encoding: be consistent when converting codes outside of an 2013-09-20 16:16:00 +10:00
language go.text/language: A few small changes: 2013-09-23 11:03:22 +02:00
transform go.text/transform: fix s/src/dst/ typo in Writer.Close. 2013-07-26 09:22:10 +10:00
unicode/norm go.text/unicode/norm: delete the last two mentions of exp/norm 2013-03-06 16:29:33 -08:00
AUTHORS go.text: create repository 2013-03-06 13:57:33 -08: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 go.text: create repository 2013-03-06 13:57:33 -08: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.