]> granicus.if.org Git - php/commit
Add Intl resource bundle files for big-endian architecture.
authorGeorge Peter Banyard <girgias@php.net>
Tue, 14 Apr 2020 11:56:48 +0000 (13:56 +0200)
committerGeorge Peter Banyard <girgias@php.net>
Tue, 14 Apr 2020 13:30:01 +0000 (15:30 +0200)
commit04ab4d09bef7c0c6c1664d5665c0b8cce3cca89b
tree25c8e549fed479bb893546f9aebfc7d35153b171
parent1f48feebb9be61cfd613f8fc62af87fa53bc741b
Add Intl resource bundle files for big-endian architecture.

Little and Big endian files have their own designated folder.
Both use the ASCII charset family.
We may want to add a big-endian/EBCDIC charset family resource bundle in the future.

The build script is currently left untouched as it seems to mostly be for Windows.
ext/intl/tests/_files/resourcebundle_be/es.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_be/res_index.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_be/root.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_le/es.res [moved from ext/intl/tests/_files/resourcebundle/es.res with 100% similarity]
ext/intl/tests/_files/resourcebundle_le/res_index.res [moved from ext/intl/tests/_files/resourcebundle/res_index.res with 100% similarity]
ext/intl/tests/_files/resourcebundle_le/root.res [moved from ext/intl/tests/_files/resourcebundle/root.res with 92% similarity]
ext/intl/tests/resourcebundle.build
ext/intl/tests/resourcebundle.inc