]> git.cworth.org Git - sup/commitdiff
remove vestigal Iconv.normalize method
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 2 Jun 2009 16:42:55 +0000 (09:42 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 2 Jun 2009 16:42:55 +0000 (09:42 -0700)
lib/sup/util.rb

index 049a3043048876210ad5883e6da98fd3d5f54837..8a3004f4f5561ae715588514b7414e3b4cb2a5a6 100644 (file)
@@ -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