mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:
File name change from lib/unicode_normalize/normalize_tables.rb to lib/unicode_normalize/tables.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dfb68b3d21
commit
982f0de141
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Sun Oct 19 11:09:09 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:
|
||||
File name change from lib/unicode_normalize/normalize_tables.rb
|
||||
to lib/unicode_normalize/tables.rb.
|
||||
|
||||
Sun Oct 19 10:12:12 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* lib/unicode_normalize.rb: Changing method names, see
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
|
||||
|
||||
require_relative 'normalize_tables'
|
||||
require 'unicode_normalize/tables'
|
||||
|
||||
|
||||
module UnicodeNormalize
|
||||
|
|
|
@ -135,7 +135,7 @@ class_table_str = CombiningClass.collect do |key, value|
|
|||
end.line_slice "\n "
|
||||
|
||||
# generate normalization tables file
|
||||
open("#{OuputDataDir}/normalize_tables.rb", "w").print <<MAPPING_TABLE_FILE_END
|
||||
open("#{OuputDataDir}/tables.rb", "w").print <<MAPPING_TABLE_FILE_END
|
||||
# coding: us-ascii
|
||||
|
||||
# automatically generated by tool/unicode_norm_gen.rb
|
||||
|
|
Loading…
Reference in a new issue