From 17fea62c1f79079a7fecde8d98c5ffd2975841b7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Sep 2009 05:54:31 -0400 Subject: [PATCH] Explicitly set encoding to UTF-8. Because otherwise we run into problems when running be from inside cron jobs. --- .be/settings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.be/settings b/.be/settings index c4a6a06..b3c2b81 100644 --- a/.be/settings +++ b/.be/settings @@ -1,3 +1,6 @@ +encoding: utf-8 + + extra_strings: - "SUBSCRIBE:W. Trevor King \tall\t*" -- 2.26.2