Last modified: 2014-05-06 16:16:46 UTC
There're various array_merge() calls on conversion tables, and it re-indexes the array if the array is keyed with numbers. These calls can be replaced with operator+, which only performs hashtable-merge.
Related URL: https://gerrit.wikimedia.org/r/66376 (Gerrit Change Ic1fecc1526e66ed83061f2b4ad77c8ef95622216)
Change 66376 abandoned by Liangent: Handle conversion rules of numeric-only string correctly https://gerrit.wikimedia.org/r/66376
Change 131717 had a related patch set uploaded by Liangent: LanguageConverter fix of empty and numeric strings https://gerrit.wikimedia.org/r/131717