]> git.sur5r.net Git - openldap/commit
ITS#7992 Tighter utf8_to_utf16(), fix errcodes
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 6 Sep 2016 16:12:01 +0000 (18:12 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 25 Sep 2016 13:40:08 +0000 (15:40 +0200)
commit67fb3c746a43bf2d2ce4834ede5fba940c9286a5
tree2313267bb2097703b0e07af1cb8a2370e6697731
parentd87ee20e0bf7fc751f75412082df307647165d56
ITS#7992 Tighter utf8_to_utf16(), fix errcodes

The 0xFFFD check seems due to misleading MultiByteToWideChar() doc.
Bad UTF-8 gives 0xFFFD in the output string, not the return value.
libraries/liblmdb/mdb.c