--- a/log.pl Mon Sep 07 00:03:22 2009 +0200
+++ b/log.pl Mon Sep 07 00:37:00 2009 +0200
@@ -15,6 +15,7 @@
to the first line)
--logfile=s use this(!) logfile
#
+
# something about charsets
# * We assume the LOG file is always UTF-8!
# (I know, it's not true for historical entries, may be we can
@@ -26,7 +27,7 @@
# Conclusion:
# - On opening/reading the log file: convert from UTF-8 -> current codeset
# - If this fails, issue a warning, use "head <something>" to show the
-# last LOG entry directly and then fire up the editor with an
+# last LOG entry directly and then fire up the editor with an
# empty file (or just added notice why we do not show the old
# messages)
# - After editing: convert the current messsage to from the current
@@ -34,7 +35,6 @@
# - The same is for message on command line (but this is more easy, we
# do not have to cope with the old message log
-
use strict;
use warnings;
use File::Basename;