X-Git-Url: https://git.treefish.org/fex.git/blobdiff_plain/e5c93609849bda051fff54b5d5265af5608c6c69..20160328:/cgi-bin/rup

diff --git a/cgi-bin/rup b/cgi-bin/rup
index 5b2d4e0..0a4d0b0 100755
--- a/cgi-bin/rup
+++ b/cgi-bin/rup
@@ -7,6 +7,7 @@
 
 BEGIN { ($ENV{PERLINIT}||'') =~ /(.+)/s and eval $1 }
 
+use utf8;
 use Fcntl 	qw(:flock :seek :mode);
 use Digest::MD5	qw(md5_hex);