Even if the labels.txt file is read as UTF-8 apparantly after a label is symoblized, it will be US-ASCII on .to_s if possible. This patch forces UTF-8. If you use L to select a US-ASCII label (i.e. Sent) then want to narrow the search by pressing L again and use tab to match against an UTF-8 label sup crashes. Also fixes one whitespace error in bin/sup --- bin/sup | 4 +++- lib/sup/buffer.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/sup b/bin/sup index fd1dde8..10be161 100755 --- a/bin/sup +++ b/bin/sup @@ -49,7 +49,7 @@ No variables. No return value. EOS -Redwood::HookManager.register "shutdown", <