Excerpts from William Morgan's message of Mon May 19 18:14:02 +0200 2008: > Reformatted excerpts from Tyberius Prime's message of 2008-05-19: > > I have tried that - but still don't see wide characters (just utf-8 > > Is your terminal emulator capable of displaying utf8? E.g. do you see wide > characters when you use cat or less? Do you see wide characters when you > use other curses programs like mutt? >
I believe so (ssh/putty on windows...) If I forward a mail, sup opens it up in joe, which I believe to be ncursed based as well. When I manually tell joe that it's utf-8, my wide characters appear. (saving the file somewhere and running cat on it does not produce wide characters, though). Here are the first few lines sup utters: >ruby -Ilib -w bin/sup ./lib/sup/util.rb:8: warning: method redefined; discarding old gen_lock_id ./lib/sup/util.rb:19: warning: method redefined; discarding old dump_lock_id [Mon May 19 19:01:26 +0200 2008] using character set encoding "UTF-8" and what my 'locale' command has to say: >locale LANG= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8 >locale charmap UTF-8 So long, Tyberius Prime _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
