mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
template/unicode_norm_gen.tmpl: Adjusted name of generating file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b581e0d0b
commit
c0988c87c4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Oct 25 18:41:41 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* template/unicode_norm_gen.tmpl: Adjusted name of generating file.
|
||||
|
||||
Fri Oct 24 22:49:42 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (parser_yylex): dispatch newline and space at fluent
|
||||
|
|
|
@ -142,7 +142,7 @@ end
|
|||
%># coding: us-ascii
|
||||
%# >
|
||||
|
||||
# automatically generated by tool/unicode_norm_gen.rb
|
||||
# automatically generated by template/unicode_norm_gen.tmpl
|
||||
|
||||
module UnicodeNormalize
|
||||
accents = "" \
|
||||
|
|
Loading…
Reference in a new issue