mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Update unicode case foldings(Unicode 12.1.0 -> 14.0.0)
This commit is contained in:
parent
333aa4d779
commit
d44b18596f
2 changed files with 1532 additions and 1489 deletions
|
|
@ -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
Loading…
Reference in a new issue