ruby-changes:53884
From: nobu <ko1@a...>
Date: Fri, 30 Nov 2018 16:19:55 +0900 (JST)
Subject: [ruby-changes:53884] nobu:r66103 (trunk): Added words in the comment at r65088 [ci skip]
nobu 2018-11-30 16:19:49 +0900 (Fri, 30 Nov 2018) New Revision: 66103 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66103 Log: Added words in the comment at r65088 [ci skip] Modified files: trunk/enc/unicode.c Index: enc/unicode.c =================================================================== --- enc/unicode.c (revision 66102) +++ enc/unicode.c (revision 66103) @@ -793,8 +793,8 @@ SpecialsCopy: https://github.com/ruby/ruby/blob/trunk/enc/unicode.c#L793 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, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/