URI: 
       tAnd another one - transliterate - Transliteration engine
  HTML git clone git://lumidify.org/transliterate.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b6678f1d8770d62f8d1e7940f4228ab614b01c3b
   DIR parent 59bfedb46f368499dc189620b1c6d3cea88a8dfb
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Mon,  6 Apr 2020 16:10:02 +0200
       
       And another one
       
       Diffstat:
         M transliterate.pl                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/transliterate.pl b/transliterate.pl
       t@@ -1366,7 +1366,7 @@ if (-f $args{"errors"} && !$args{"force"}) {
        my $outputfh;
        if ($args{"output"} eq "") {
                warn "WARNING: no output file supplied; printing to STDOUT\n";
       -        $outputfh = *STDOUT;
       +        $outputfh = \*STDOUT;
        } elsif (-f $args{"output"} && !$args{"force"}) {
                my $choice = "";
                while ($choice !~ /^[aoe]$/) {