mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +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).