diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | template/unicode_norm_gen.tmpl | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Fri Jul 22 10:32:13 2016 Martin Duerst <duerst@it.aoyama.ac.jp> + + * template/unicode_norm_gen.tmpl: Remove + UnicodeNormalize::UNICODE_VERSION at origin [Feature #12546]. + Fri Jul 22 09:23:51 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org> * LEGAL: Added entries for files under the USD license. diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl index ddd1966ca6..161f23e5e7 100644 --- a/template/unicode_norm_gen.tmpl +++ b/template/unicode_norm_gen.tmpl @@ -158,8 +158,6 @@ end # automatically generated by template/unicode_norm_gen.tmpl module UnicodeNormalize - UNICODE_VERSION = "<%=unicode_version%>" - accents = "" \ "[<% accent_array.each_regexp_chars do |rx|%><%=rx%>" \ "<% end%>]" |