From: Liangent Date: Fri, 31 Aug 2012 18:31:53 +0000 (+0800) Subject: Fix zhtable's Makefile.py X-Git-Tag: 1.31.0-rc.0~22507^2 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=3457655e0fd6a19b4d76546db759f0a7a50c349c;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 ... ')