Create separate table files for UTF-8 handling
commit130677782a0ecc9e606d2224faebae95c406f280
authorAndreas Gohr <andi@splitbrain.org>
Sun, 19 May 2019 11:46:03 +0000 (19 13:46 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Mon, 20 May 2019 06:53:34 +0000 (20 08:53 +0200)
treeb5b1e6b097b8d5721e4024a57c92cc5e3390d83e
parentf42515548aab88878ae4121496a4e70a00b6af63
Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
diffing much easier in the future.

For now duplicate keys and commented code from the originals have been
kept. But this should probably be cleaned up in the future.

For now these tables are not used, yet.
inc/Utf8/Equivalent.php [new file with mode: 0644]
inc/Utf8/tables/case.php [new file with mode: 0644]
inc/Utf8/tables/loweraccents.php [new file with mode: 0644]
inc/Utf8/tables/romanization.php [new file with mode: 0644]
inc/Utf8/tables/specials.php [new file with mode: 0644]
inc/Utf8/tables/upperaccents.php [new file with mode: 0644]