Changeset 89fbc5d in lab.git for misc/pagetitle.pl


Ignore:
Timestamp:
Jan 24, 2013 11:16:54 PM (11 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
e4e7407
Parents:
6f4fe5e
Message:

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@191 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/pagetitle.pl

    r788f3de r89fbc5d  
    33use strict; 
    44use warnings; 
    5 use encoding 'utf-8'; 
     5use utf8; 
    66 
    77use LWP::Simple; 
     8binmode STDOUT => 'encoding(utf8)'; 
    89 
    910my $file = shift @ARGV || exit; 
Note: See TracChangeset for help on using the changeset viewer.