Monday 30 May 2011 9:12:22 am
Hi! I've successfully created a .tr file to transliterate the Chinese characters, but I've not been able to make it work properly. The file /share/transformations/han.tr looks like this (and has 25,326 lines):
han:
U+5416 = "a"
U+5475 = "a"
U+9312 = "a"
U+9515 = "a"
U+963F = "a"
U+55C4 = "a"
U+554A = "a"
U+54C0 = "ai"
...
U+8444 = "zuo"
U+888F = "zuo"
U+9162 = "zuo"
U+963C = "zuo" I set up /setting/override/transform.ini.append.php: [Transformation]
Charsets[]=utf-8;han
[han]
Files[]=han.tr
Extensions[]
When I launch updateniceurls.php,everything looks fine, but my URL are still using the node_* pattern. Did I miss something? Is it OK to send a pull request to the github repo even if it's not completely working?
|