mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +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).