From 3457655e0fd6a19b4d76546db759f0a7a50c349c Mon Sep 17 00:00:00 2001 From: Liangent Date: Sat, 1 Sep 2012 02:31:53 +0800 Subject: [PATCH] Fix zhtable's Makefile.py * Add the trailing \n to ZhConversion.php * Switch to dfn.dl.sourceforge.net because cdnetworks-kr-2 seems down (tested on both my PC and Toolserver) Change-Id: I9843d9ff190a6e909d2fa699af8880a7025778ab --- includes/zhtable/Makefile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/zhtable/Makefile.py b/includes/zhtable/Makefile.py index 2bb53ab6ee..fd603ce45f 100755 --- a/includes/zhtable/Makefile.py +++ b/includes/zhtable/Makefile.py @@ -31,7 +31,7 @@ def unichr3( *args ): # DEFINE UNIHAN_VER = '5.2.0' -SF_MIRROR = 'cdnetworks-kr-2' +SF_MIRROR = 'dfn' SCIM_TABLES_VER = '0.5.10' SCIM_PINYIN_VER = '0.5.91' LIBTABE_VER = '0.2.3' @@ -370,7 +370,7 @@ $zh2Hant = array(\n''' + PHPArray( toCN ) \ + '\n);\n\n$zh2SG = array(\n' \ + PHPArray( toSG ) \ - + '\n);' + + '\n);\n' f = open( os.path.join( '..', 'ZhConversion.php' ), 'wb', encoding = 'utf8' ) print ('Writing ZhConversion.php ... ') -- 2.20.1