From 317efbfb9472b4696895baa2b771ba7a8eea681c Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Sat, 5 Jun 2010 09:14:58 +0800 Subject: Move php_2_py.php to scripts/ --- scripts/php_2_py.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 scripts/php_2_py.php (limited to 'scripts/php_2_py.php') diff --git a/scripts/php_2_py.php b/scripts/php_2_py.php new file mode 100644 index 0000000..e53a535 --- /dev/null +++ b/scripts/php_2_py.php @@ -0,0 +1,21 @@ + $val) { + echo " u\"", $key, "\": u\"", $val, "\",\n"; + } + echo "}\n"; + echo "\n"; +} + +printDict("zh2Hant", $zh2Hant); +printDict("zh2Hans", $zh2Hans); +printDict("zh2TW", $zh2TW); +printDict("zh2HK", $zh2HK); +printDict("zh2CN", $zh2CN); +printDict("zh2SG", $zh2SG); +?> -- cgit