ruby-changes:71385
From: Martin <ko1@a...>
Date: Sun, 13 Mar 2022 09:41:44 +0900 (JST)
Subject: [ruby-changes:71385] 8e1f3a96ae (master): switch UNICODE_BETA back to NO
https://git.ruby-lang.org/ruby.git/commit/?id=8e1f3a96ae From 8e1f3a96aecb3defc34556d75e3d2a0867416082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=BCrst?= <duerst@i...> Date: Fri, 11 Mar 2022 16:48:26 +0900 Subject: switch UNICODE_BETA back to NO --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 900a70d11c..31035b3cd4 100644 --- a/common.mk +++ b/common.mk @@ -20,7 +20,7 @@ enable_shared = $(ENABLE_SHARED:no=) https://github.com/ruby/ruby/blob/trunk/common.mk#L20 UNICODE_VERSION = 14.0.0 UNICODE_EMOJI_VERSION = 14.0 -UNICODE_BETA = YES +UNICODE_BETA = NO ### set the following environment variable or uncomment the line if ### the Unicode data files should be updated completely on every update ('make up',...). -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/