chiark / gitweb /
Fix charset problems; support Opal and Jade
[ypp-sc-tools.db-live.git] / yarrg / update-master-info
index 6d1cae7063bfa0947ca81080b3ee63db8610bc1b..3515bff78fbf4ae16a250248801cc08acc2239de 100755 (executable)
@@ -4,12 +4,13 @@ use strict (qw(vars));
 use DBI;
 use Commods;
 
+$ENV{'LC_CTYPE'}= 'en_GB.UTF-8';
 
 sub full ($) {
     my ($ocean) = @_;
     quick($ocean);
     print "## updating topology of $ocean\n";
-    system('./yppedia-chart-parser',$ocean); die $? if $?;
+    system('./yppedia-chart-parser',$ocean); die "$ocean $?" if $?;
 }
 
 sub quick ($) {