K 10 svn:author V 2 ed K 8 svn:date V 27 2015-08-25T09:16:09.136739Z K 7 svn:log V 259 Make UTF-8 parsing and generation more strict. - in mbrtowc() we need to disallow codepoints above 0x10ffff. - In wcrtomb() we need to disallow codepoints between 0xd800 and 0xdfff. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D3399 END