sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 82125cdddc0868f31a0cb76ea0e7a9744092e087
parent 3bfbf018a6d5f873ac1ec4cac93520a5bd1ebbc5
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Fri,  7 May 2010 09:04:15 -0700

Merge branch 'master' into next

Diffstat:
M lib/sup.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -293,6 +293,7 @@ include Redwood::LogsStuff
 
 ## determine encoding and character set
   $encoding = Locale.current.charset
+  $encoding = "UTF-8" if $encoding == "utf8"
   if $encoding
     debug "using character set encoding #{$encoding.inspect}"
   else