From 26771cadc09941ce75cd213f24a5cc9fa2922591 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 30 Nov 2018 07:19:49 +0000 Subject: Added words in the comment at r65088 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/unicode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enc/unicode.c b/enc/unicode.c index c49d2e5ddb..b08b1450ba 100644 --- a/enc/unicode.c +++ b/enc/unicode.c @@ -793,8 +793,8 @@ SpecialsCopy: return (int )(to - to_start); } -/* for extended grapheme cluster */ -/* TODO: generate from Unicode data */ +/* These GAZ/E_Base/Emoji tables are for extended grapheme cluster */ +/* TODO: generate these 3 tables from Unicode data */ const OnigCodePoint onigenc_unicode_GCB_ranges_GAZ[] = { 0, -- cgit v1.2.3