Last modified: 2014-08-28 00:17:13 UTC
This converter re-uses LanguageZh.php to ensure the consistency of conversion results. It helps normalizing dumped files of http://download.wikimedia.org/zhwiki/ to simplified Chinese or traditional Chinese texts, not mixtures of them.
Created attachment 1460 [details] a standalone simplified-traditional Chinese converter It should be put and run under the directory "maintenance"
Sorry, please apply this patch of a small bug for the last line of the xml file: 64,65c64 < if(strpos($outputBuffer_, "</page>") !== FALSE || < strpos($outputBuffer_, "</mediawiki>") !== FALSE) { --- > if(strpos($outputBuffer_, "</page>") !== FALSE) {
If this is still wanted, somebody would need to turn the attachment into a patch and put it into Gerrit. See https://www.mediawiki.org/wiki/Developer_access