Skip to content

Commit

Permalink
Update unicode case foldings(Unicode 12.1.0 -> 14.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Nov 24, 2021
1 parent 333aa4d commit d44b185
Show file tree
Hide file tree
Showing 2 changed files with 1,532 additions and 1,489 deletions.
2 changes: 1 addition & 1 deletion _tools/gen-unicode-case-folding-map.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type caseFolding struct {
}

func main() {
url := "http://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt"
url := "http://www.unicode.org/Public/14.0.0/ucd/CaseFolding.txt"

resp, err := http.Get(url)
if err != nil {
Expand Down
Loading

0 comments on commit d44b185

Please sign in to comment.