aboutsummaryrefslogtreecommitdiffstats
path: root/tool/enc-unicode.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 11:14:05 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 11:14:05 +0000
commitfc9176ac0e0edd4ba35059768cb2c1bdd3ec529b (patch)
tree00eaab7d03e0fdccd8a65541417a98834dddc12d /tool/enc-unicode.rb
parent64bd18c58832e5cac9cb74cade92d1861e64f8dd (diff)
downloadruby-fc9176ac0e0edd4ba35059768cb2c1bdd3ec529b.tar.gz
* 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
Diffstat (limited to 'tool/enc-unicode.rb')
-rwxr-xr-xtool/enc-unicode.rb12
1 files changed, 6 insertions, 6 deletions
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"