From 6be48f657c6c514c362184e3b36d9e3a66cf3a5f Mon Sep 17 00:00:00 2001 From: William Morgan Date: Tue, 2 Jun 2009 09:42:55 -0700 Subject: [PATCH] remove vestigal Iconv.normalize method --- lib/sup/util.rb | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.45.2