[vhffs-dev] [1714] ensure that vhffs.conf is read using UTF8 IO |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1714
Author: gradator
Date: 2011-05-13 15:49:32 +0200 (Fri, 13 May 2011)
Log Message:
-----------
ensure that vhffs.conf is read using UTF8 IO
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Conf.pm
Modified: trunk/vhffs-api/src/Vhffs/Conf.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Conf.pm 2011-05-13 11:30:33 UTC (rev 1713)
+++ trunk/vhffs-api/src/Vhffs/Conf.pm 2011-05-13 13:49:32 UTC (rev 1714)
@@ -68,6 +68,7 @@
$conf = new Config::General(
-ConfigFile => $filename ,
+ -UTF8
);
%Config = $conf->getall();