Update unicode case foldings(Unicode 12.1.0 -> 14.0.0)

This commit is contained in:
yuin 2021-11-24 21:33:54 +09:00
parent 333aa4d779
commit d44b18596f
2 changed files with 1532 additions and 1489 deletions

View file

@ -20,7 +20,7 @@ type caseFolding struct {
} }
func main() { 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) resp, err := http.Get(url)
if err != nil { if err != nil {

File diff suppressed because it is too large Load diff