aboutsummaryrefslogtreecommitdiff
path: root/git2cl
diff options
context:
space:
mode:
authorMatthias Urlichs <matthias@urlichs.de>2024-10-06 20:45:00 +0200
committerSimon Josefsson <simon@josefsson.org>2024-10-09 15:14:18 +0200
commit19559b88e675272179e07c65febffaff84f3c040 (patch)
tree6942be1e647f7e453bfae43d94829f96a10fedf8 /git2cl
parent5820ed2a56ad11676bad44e63be5b985dd7cba7d (diff)
downloadgit2cl-19559b88e675272179e07c65febffaff84f3c040.zip
git2cl-19559b88e675272179e07c65febffaff84f3c040.tar.gz
git2cl-19559b88e675272179e07c65febffaff84f3c040.tar.bz2
Please use UTF-8 by default.
May also fix bug reported by R. Diez <rdiez-2006@rd10.de> in https://savannah.nongnu.org/bugs/?65689 Signed-off-by: Simon Josefsson <simon@josefsson.org>
Diffstat (limited to 'git2cl')
-rwxr-xr-xgit2cl1
1 files changed, 1 insertions, 0 deletions
diff --git a/git2cl b/git2cl
index 42b94f8..8478449 100755
--- a/git2cl
+++ b/git2cl
@@ -59,6 +59,7 @@ use strict;
use POSIX qw(strftime);
use Text::Wrap qw(wrap);
use FileHandle;
+use open qw/:std :utf8/;
use constant EMPTY_LOG_MESSAGE => '*** empty log message ***';