Skip to content

Commit 84aab20

Browse files
authored
Merge pull request #6505 from asterite/feature/unicode-11
Unicode: update to version 11.0.0
2 parents cd8334d + 3aba9a6 commit 84aab20

File tree

2 files changed

+88
-45
lines changed

2 files changed

+88
-45
lines changed

scripts/generate_unicode_data.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "http/client"
66
require "ecr"
77
require "../src/compiler/crystal/formatter"
88

9-
UCD_ROOT = "http://www.unicode.org/Public/10.0.0/ucd/"
9+
UCD_ROOT = "http://www.unicode.org/Public/11.0.0/ucd/"
1010

1111
# Each entry in UnicodeData.txt
1212
# (some info is missing but we don't use it yet)

0 commit comments

Comments
 (0)