r93923 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93922
|
r93923
|
r93924
>
Date:
22:06, 4 August 2011
Author:
demon
Status:
ok
Tags:
Comment:
Followup
r93921
: missed something from testing
Modified paths:
/trunk/phase3/includes/normal/UtfNormal.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/normal/UtfNormal.php
—
—
@@ -52,7 +52,7 @@
53
53
const UNORM_NONE = 1;
54
54
const UNORM_NFD = 2;
55
55
const UNORM_NFKD = 3;
56
- const UNORM_NFC = UNORM_NFC;
56
+ const UNORM_NFC = 4;
57
57
const UNORM_NFKC = 5;
58
58
const UNORM_FCD = 6;
59
59
const UNORM_DEFAULT = self::UNORM_NFC;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r93921
Move UNORM_ related defines inside of UtfNormal. $globalScope--;
demon
21:54, 4 August 2011
Status & tagging log
22:12, 4 August 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r93923
[
removed:
new
added:
ok]