Implement ICU Transliterator
commitce44320659e6020f05537b2246a0ace868020850
authorSara Golemon <sgolemon@fb.com>
Wed, 12 Mar 2014 21:29:36 +0000 (12 14:29 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 13 Mar 2014 05:37:44 +0000 (12 22:37 -0700)
tree10c9ffd2db6c146e1edf5181b7ca1a74511b7022
parentf1a78861ac04dfd3c5ca343c6d4a823d09b424ce
Implement ICU Transliterator

Per Zend implementation

Closes #1048

Reviewed By: @ptarjan

Differential Revision: D1210470
18 files changed:
hphp/runtime/ext/icu/ext_icu_transliterator.cpp [new file with mode: 0644]
hphp/runtime/ext/icu/ext_icu_transliterator.h [new file with mode: 0644]
hphp/runtime/ext/icu/ext_icu_transliterator.php [new file with mode: 0644]
hphp/runtime/ext/icu/icu.h
hphp/test/zend/good/ext/intl/tests/transliterator_clone.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_clone.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_clone.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_clone.php.expectf with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_create_basic.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_create_basic.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_create_basic.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_create_basic.php.expectf with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_create_from_rule_basic.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_create_from_rule_basic.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_create_from_rule_basic.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_create_from_rule_basic.php.expectf with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_create_inverse_basic.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_create_inverse_basic.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_create_inverse_basic.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_create_inverse_basic.php.expectf with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_list_ids_basic.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_list_ids_basic.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_list_ids_basic.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_list_ids_basic.php.expectf with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_property_id.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_property_id.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_property_id.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_property_id.php.expectf with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_transliterate_basic.php [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_transliterate_basic.php with 100% similarity]
hphp/test/zend/good/ext/intl/tests/transliterator_transliterate_basic.php.expectf [moved from hphp/test/zend/bad/ext/intl/tests/transliterator_transliterate_basic.php.expectf with 100% similarity]