exp/locale/collate: switch from DUCET to CLDR for the default root table.

R=r
CC=golang-dev
https://golang.org/cl/6499079
This commit is contained in:
Marcel van Lohuizen 2012-09-08 10:38:11 +09:00
parent d4cdfcf3d9
commit 21d94a22fe
2 changed files with 2071 additions and 2067 deletions

View file

@ -33,9 +33,8 @@ import (
)
var (
// TODO: change default to "http://unicode.org/Public/UCA/"+unicode.Version+"/CollationAuxiliary.zip"
root = flag.String("root",
"http://unicode.org/Public/UCA/"+unicode.Version+"/allkeys.txt",
"http://unicode.org/Public/UCA/"+unicode.Version+"/CollationAuxiliary.zip",
`URL of the Default Unicode Collation Element Table (DUCET). This can be a zip
file containing the file allkeys_CLDR.txt or an allkeys.txt file.`)
cldr = flag.String("cldr",

File diff suppressed because it is too large Load diff