---
 lib/sup/util.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/sup/util.rb b/lib/sup/util.rb
index 6a6da5e..f3db95d 100644
--- a/lib/sup/util.rb
+++ b/lib/sup/util.rb
@@ -620,7 +620,7 @@ end
 
 class Iconv
   def self.easy_decode target, charset, text
-    return text if charset =~ /^x-unknown$/i
+    return text if charset =~ /^(x-unknown|unknown-8bit)$/i
     charset = case charset
                 when /UTF[-_]?8/i: "utf-8"
                 when /(iso[-_])?latin[-_]?1$/i: "ISO-8859-1"
-- 
1.5.5.rc3

_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to