change utf2000 to chise
authoreto <eto>
Mon, 17 Feb 2003 02:26:59 +0000 (02:26 +0000)
committereto <eto>
Mon, 17 Feb 2003 02:26:59 +0000 (02:26 +0000)
t/test1.rb

index 20910e3..636acac 100755 (executable)
@@ -2,8 +2,8 @@
 # by eto 2003-0117
 
 $LOAD_PATH << '../src'
-require 'utf2000'
-include UTF2000
+require 'chise'
+include CHISE
 
 str = "字" #Stringを拡張している。UTF8で与えること。
 p str.ucs #とすると、その文字のucsの値が表示される