diff _doc/make.pl @ 181:47dac58691ee

New templating system, small fixes
author sourcer
date Thu, 26 Jan 2012 01:15:57 +0400
parents 6ce1f052b90a
children 4d0e1962161c
line wrap: on
line diff
--- a/_doc/make.pl	Fri Dec 30 23:40:00 2011 +0300
+++ b/_doc/make.pl	Thu Jan 26 01:15:57 2012 +0400
@@ -29,7 +29,7 @@
     	mkdir $dir unless -d $dir;
     }
     
-    open my $hPod, "<:encoding(cp1251)", $fname or die "Failed to open $fname for input: $!";
+    open my $hPod, "<:encoding(utf-8)", $fname or die "Failed to open $fname for input: $!";
     open my $hOut, ">:encoding(utf-8)", $fnameOut or die "Failed to open $fnameOut for output: $!";
     
     my $parser = Pod::POM->new();