立石@JAISTです。

tk.rbへのTk::toUTF8,Tk::fromUTF8
の追加です。


*** tk.rb.old	Sat Jul 11 20:29:29 1998
--- tk.rb	Sat Jul 11 20:27:49 1998
***************
*** 452,457 ****
--- 452,465 ----
      tk_call 'bell'
    end
  
+   def toUTF8(str,encoding)
+     INTERP._toUTF8(str,encoding)
+   end
+   
+   def fromUTF8(str,encoding)
+     INTERP._fromUTF8(str,encoding)
+   end
+ 
    module Scrollable
      def xscrollcommand(cmd=Proc.new)
        configure_cmd 'xscrollcommand', cmd