aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-16 07:01:55 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-16 07:01:55 +0000
commitc58287cd0889888968a6bba96e9b744fbd2d4d30 (patch)
tree54530a49b5f97f0e537d66966d30f5adde7514a0 /common.mk
parent43d1ff1e671128359c7552c3d86570839bb5d40a (diff)
downloadruby-c58287cd0889888968a6bba96e9b744fbd2d4d30.tar.gz
update to Unicode 11.0.0 (basic step, not complete yet)
- common.mk: Change Unicode version to 11.0.0 - enc/unicode/case-folding.rb, enc/unicode.c: Initial changes to deal with Gregorian Mtavruli. This should bring us up to the same level as e.g. Python 3.7, by following the Unicode tables exactly. But it will produce undesirable (mixed-case) results for String#capitalize. This will be addressed in a later commit. - enc/unicode/11.0.0, enc/unicode/11.0.0/casefold.h, enc/unicode/name2ctype.h: Add generated files. - lib/unicode_normalize/tables.rb: Updated table. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 43433574e6..26ff849fad 100644
--- a/common.mk
+++ b/common.mk
@@ -15,7 +15,7 @@ mflags = $(MFLAGS)
gnumake_recursive =
enable_shared = $(ENABLE_SHARED:no=)
-UNICODE_VERSION = 10.0.0
+UNICODE_VERSION = 11.0.0
UNICODE_EMOJI_VERSION = 5.0
### set the following environment variable or uncomment the line if