]> source.dussan.org Git - tigervnc.git/commit
Fix UTF-16 encoding/decoding of high code points
authorPierre Ossman <ossman@cendio.se>
Mon, 5 Oct 2020 14:01:55 +0000 (16:01 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 5 Oct 2020 14:01:55 +0000 (16:01 +0200)
commit6345c0f60f37f598a40536578938a6cd623b6e7f
treeb9e6061c55b7a3142fc4cee1219dad719b4fb962
parente61ff736c150f06cee968ad4530db6bf83de5db3
Fix UTF-16 encoding/decoding of high code points

Everything outside of BMP was handled incorrectly and was coded as
completely different code points.
common/rfb/util.cxx
tests/unit/unicode.cxx