diff options
author | Matthias Urlichs <matthias@urlichs.de> | 2024-10-06 20:45:00 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2024-10-09 15:14:18 +0200 |
commit | 19559b88e675272179e07c65febffaff84f3c040 (patch) | |
tree | 6942be1e647f7e453bfae43d94829f96a10fedf8 /git2cl | |
parent | 5820ed2a56ad11676bad44e63be5b985dd7cba7d (diff) | |
download | git2cl-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-x | git2cl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ***'; |