From 19559b88e675272179e07c65febffaff84f3c040 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Sun, 6 Oct 2024 20:45:00 +0200 Subject: [PATCH] Please use UTF-8 by default. May also fix bug reported by R. Diez in https://savannah.nongnu.org/bugs/?65689 Signed-off-by: Simon Josefsson --- git2cl | 1 + 1 file changed, 1 insertion(+) 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 ***'; -- 2.11.4.GIT