A bunch of Unicode constants got moved at some point out of the Unicode normalization...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 8 May 2008 05:34:48 +0000 (05:34 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 8 May 2008 05:34:48 +0000 (05:34 +0000)
commit4b4ae60c52b673f065bb4a46bfd5d2c0f71fee58
tree4c1ba09df2dd632d79180a9ee3145975c242a87f
parentbef60587e5ffb9a3b5724b3899451cba6262d8c9
A bunch of Unicode constants got moved at some point out of the Unicode normalization library into core Defines.php, breaking the data file generation & testing.
Moved them out to a separate file in the library which can be cleanly included from both places for transparent happiness.
A fresh rebuild & test of UtfNormal data via 'make test' now works fine.
includes/Defines.php
includes/normal/Makefile
includes/normal/UtfNormalDefines.php [new file with mode: 0644]
includes/normal/UtfNormalUtil.php