Fix UTF-8 validation regression where a bad head byte is followed by ascii, then...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Nov 2004 03:48:49 +0000 (03:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Nov 2004 03:48:49 +0000 (03:48 +0000)
commitdd69eb14f5e5edb10bdca5fb5310b3162059b4d8
tree8133255e10cb9dbc0efdd7fc6aea073a3e31d879
parentdec06744da247043ee1aeb1b92047df0bda769e2
Fix UTF-8 validation regression where a bad head byte is followed by ascii, then bad tail byte.
includes/normal/CleanUpTest.php
includes/normal/UtfNormal.php