From 0172223fa10a0b1a2a016f5c79a1c5d819f636df Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 16 Oct 2003 07:45:51 +0000 Subject: Add Tk::EncodedString and Tk::UTF8_String class to support characters using the \uXXXX escape to the UNICODE string. sample/{demos-en,demos-jp}/unicodeout.rb are samples of Tk::UTF8_String. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a94843f46..053f0a419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Oct 16 16:40:51 2003 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: + Add Tk::EncodedString and Tk::UTF8_String class to support + characters using the \uXXXX escape to the UNICODE string. + + * ext/tk/sample/{demos-en,demos-jp}/unicodeout.rb + new demo-scripts (samples of Tk::UTF8_String) + + * ext/tk/sample/{demos-en,demos-jp}/widget + add entries for 'unicodeout.rb' + Thu Oct 16 08:38:06 2003 Nobuyoshi Nakada * test/digest/test_digest.rb (test_eq): show failed class. -- cgit