From: William Morgan Date: Tue, 2 Jun 2009 16:42:55 +0000 (-0700) Subject: remove vestigal Iconv.normalize method X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=6be48f657c6c514c362184e3b36d9e3a66cf3a5f;p=sup remove vestigal Iconv.normalize method --- diff --git a/lib/sup/util.rb b/lib/sup/util.rb index 049a304..8a3004f 100644 --- a/lib/sup/util.rb +++ b/lib/sup/util.rb @@ -642,7 +642,4 @@ class Iconv text end end - - ## normalize a string to be in the current encoding ($encoding) - def self.normalize s; easy_decode $encoding, $encoding, s end end