i
[chise/ruby.git] / tools / t2.rb
diff --git a/tools/t2.rb b/tools/t2.rb
deleted file mode 100755 (executable)
index 741e361..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env ruby
-$KCODE = 'u'
-$LOAD_PATH.unshift("..")
-require "chise/char"
-p "字".decompose      # "+宀子"
-p "榊".decompose
-p "榊".decompose_all
-p "鬱".decompose      # "木缶木冖鬯彡"
-p "鬱".decompose_all  # 再帰的分解
-p "終了".decompose
-p "終了".decompose_all