mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Java doesn't use standard UTF8, so surrogate pairs were being converted incorrectly and incompatibly with C++. Fixes #69 (artf3973).
Java doesn't use standard UTF8, so surrogate pairs were being converted incorrectly and incompatibly with C++. Fixes #69 (artf3973).