[gucharmap] unicode: Fix table generation for 6.2.0



commit bda1c37e9be70e9f06cc30a3811a3df0b838e128
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 18 13:09:13 2012 +0200

    unicode: Fix table generation for 6.2.0
    
    NamesList.txt appears to be finally in UTF-8 and not ISO-8859-1 anymore;
    fix the script accordingly.

 gucharmap/gen-guch-unicode-tables.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gucharmap/gen-guch-unicode-tables.pl b/gucharmap/gen-guch-unicode-tables.pl
index 872a57a..46aa55b 100755
--- a/gucharmap/gen-guch-unicode-tables.pl
+++ b/gucharmap/gen-guch-unicode-tables.pl
@@ -521,7 +521,7 @@ sub process_nameslist_txt ($)
 {
     my ($nameslist_txt) = @_;
 
-    open (my $nameslist, "$ICONV -f 'ISO8859-1' -t 'UTF-8' $nameslist_txt |") or die;
+    open (my $nameslist, $nameslist_txt) or die;
 
     print "processing $nameslist_txt...";
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]