https://bugzilla.wikimedia.org/show_bug.cgi?id=17794
--- Comment #2 from [email protected] 2009-03-05 10:57:25 UTC --- OK, your wish is my command! $ make v perl -C -plwe 's/\P{Han}//g;s/./$&\n/g' /var/lib/mediawiki/languages/messages/MessagesZh_hant.php|sort -u > tmpA iconv -ct big5 tmpA|iconv -f big5|sort -u|comm -31 - tmpA|xargs 义 删 着 覧 鈎 perl -C -plwe 's/\P{Han}//g;s/./$&\n/g' /var/lib/mediawiki/languages/messages/MessagesZh_tw.php|sort -u > tmpA iconv -ct big5 tmpA|iconv -f big5|sort -u|comm -31 - tmpA|xargs 义 删 着 覧 d=/var/lib/mediawiki/languages/messages v:$d/MessagesZh_hant.twdiff $d/MessagesZh_tw.twdiff %.twdiff:%.php perl -C -plwe 's/\P{Han}//g;s/./$$&\n/g' $?|sort -u > tmpA iconv -ct big5 tmpA|iconv -f big5|sort -u|comm -31 - tmpA|xargs -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
