JosJuice ce07ef1821 android: Use correct encoding when converting strings
The JNI functions that have "UTF" their name use "modified UTF-8"
rather than the standard UTF-8 that Citra uses, at least according
to Oracle's documentation, so it is incorrect for us to use them.
This change fixes the problem by converting between UTF-8 and
UTF-16 manually instead of letting JNI do it for us.
2022-08-03 15:54:15 +02:00
..
2022-05-18 00:05:40 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2020-03-29 16:14:36 +01:00
2018-10-20 10:35:55 -04:00
2018-09-06 16:03:28 -04:00
2020-01-15 19:58:33 -07:00
2021-01-03 02:39:41 +01:00
2022-05-18 00:05:40 -04:00