commit 6be48f657c6c514c362184e3b36d9e3a66cf3a5f
parent 701e2d14473e4090a57c5d22ef6df89f9bce5b51
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Tue, 2 Jun 2009 09:42:55 -0700
remove vestigal Iconv.normalize method
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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