Commit 21d94a22 authored by Marcel van Lohuizen's avatar Marcel van Lohuizen

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

R=r
CC=golang-dev
https://golang.org/cl/6499079
parent d4cdfcf3
......@@ -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",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment