gen.go: support Unicode 10.0.0 version string

Correct ordering for upcoming
Unicode 10 string.

Change-Id: Id239f02f8c5b7cfa64fa9e9ce649a192350e0b39
Reviewed-on: https://go-review.googlesource.com/63173
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2 files changed
tree: 5284b44ed092513460caca81f438178632c5e81c
  1. cases/
  2. cmd/
  3. collate/
  4. currency/
  5. encoding/
  6. feature/
  7. internal/
  8. language/
  9. message/
  10. number/
  11. runes/
  12. search/
  13. secure/
  14. transform/
  15. unicode/
  16. width/
  17. .gitattributes
  18. .gitignore
  19. AUTHORS
  20. codereview.cfg
  21. CONTRIBUTING.md
  22. CONTRIBUTORS
  23. doc.go
  24. gen.go
  25. LICENSE
  26. PATENTS
  27. README.md
README.md

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.

To generate the tables in this repository (except for the encoding tables), run go generate from this directory. By default tables are generated for the Unicode version in core and the CLDR version defined in golang.org/x/text/unicode/cldr.

Running go generate will as a side effect create a DATA subdirectory in this directory which holds all files that are used as a source for generating the tables. This directory will also serve as a cache.

Run

go test ./...

from this directory to run all tests. Add the “-tags icu” flag to also run ICU conformance tests (if available). This requires that you have the correct ICU version installed on your system.

TODO:

  • updating unversioned source files.