projects
/
chise
/
ruby.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225ff1c
)
change utf2000 to chise
author
eto
<eto>
Mon, 17 Feb 2003 02:26:59 +0000
(
02:26
+0000)
committer
eto
<eto>
Mon, 17 Feb 2003 02:26:59 +0000
(
02:26
+0000)
t/test1.rb
patch
|
blob
|
history
diff --git
a/t/test1.rb
b/t/test1.rb
index
20910e3
..
636acac
100755
(executable)
--- a/
t/test1.rb
+++ b/
t/test1.rb
@@
-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の値が表示される