We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8334d + 3aba9a6 commit 84aab20Copy full SHA for 84aab20
scripts/generate_unicode_data.cr
@@ -6,7 +6,7 @@ require "http/client"
6
require "ecr"
7
require "../src/compiler/crystal/formatter"
8
9
-UCD_ROOT = "http://www.unicode.org/Public/10.0.0/ucd/"
+UCD_ROOT = "http://www.unicode.org/Public/11.0.0/ucd/"
10
11
# Each entry in UnicodeData.txt
12
# (some info is missing but we don't use it yet)
0 commit comments