aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 08:00:04 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 08:00:04 +0000
commite875cfa1fedca6826c55b4d62f6860c933427cf7 (patch)
tree8ce88dd672ee81126794bb62b9d805fa10bb24d4 /ChangeLog
parent3ee72c86efef9d63f49c7513cf8b11c87be5b0eb (diff)
downloadruby-e875cfa1fedca6826c55b4d62f6860c933427cf7.tar.gz
* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.
* lib/net/imap.rb (decode_utf7): return UTF-8 strings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2de3085e6..9e9abe4c31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Dec 22 16:58:49 2007 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.
+
+ * lib/net/imap.rb (decode_utf7): return UTF-8 strings.
+
Sat Dec 22 15:56:36 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* transcode_data_japanese: typo.