]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Basic validation of UTF-8 input via GET/POST vars: invalid UTF-8 sequences will cause...
authorBrion Vibber <brion@pobox.com>
Wed, 6 Oct 2010 20:00:30 +0000 (13:00 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 6 Oct 2010 20:00:30 +0000 (13:00 -0700)
commitebfa8bce27d341a3cd10c53d5673b75b60c212bb
treeb8ce7e2815d3b5b11657983228b2f16bc1508f10
parent0aa9f08dd29357d92711c4d101a5d8da5c198f6b
Basic validation of UTF-8 input via GET/POST vars: invalid UTF-8 sequences will cause the string to drop. Not necessarily super-thorough; should be improved in future to drop individual bad sequences, do normalization of combining forms, etc. General input validation (for ints, types of strings, etc) still would be good to have!
lib/util.php