From fc9176ac0e0edd4ba35059768cb2c1bdd3ec529b Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 28 Oct 2010 11:14:05 +0000 Subject: * tool/enc-unicode.rb, enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: Update Oniguruma for Unicode 6. patched by Run Paint Run Run. [ruby-core:32923] #3989 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/enc-unicode.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tool/enc-unicode.rb') diff --git a/tool/enc-unicode.rb b/tool/enc-unicode.rb index 351d40ed84..49729ec618 100755 --- a/tool/enc-unicode.rb +++ b/tool/enc-unicode.rb @@ -3,12 +3,12 @@ # Creates the data structures needed by Onigurma to map Unicode codepoints to # property names and POSIX character classes # -# To use this, get UnicodeData.txt, Scripts.txt, PropList.txt from unicode.org. -# (http://unicode.org/Public/UNIDATA/) -# And run following command. -# ruby1.9 tool/enc-unicode.rb data_dir > enc/unicode/name2ctype.kwd -# You can get source file for gperf. -# After this, simply make ruby. +# To use this, get UnicodeData.txt, Scripts.txt, PropList.txt, +# PropertyAliases.txt, PropertyValueAliases.txt, and +# DerivedCoreProperties.txt from unicode.org. +# (http://unicode.org/Public/UNIDATA/) And run following command. +# ruby1.9 tool/enc-unicode.rb data_dir > enc/unicode/name2ctype.kwd +# You can get source file for gperf. After this, simply make ruby. unless ARGV.size == 1 $stderr.puts "Usage: #{$0} data_directory" -- cgit v1.2.3