dolphin/Source/Core
JosJuice f5da6e07d7 Android: Use correct encoding when converting strings
The functions with "UTF" in the name use "modified UTF-8" rather
than the standard UTF-8 which Dolphin 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.
2020-07-08 14:52:05 +02:00
..
AudioCommon Externals: Fix OpenAL include directory. 2020-04-29 13:07:51 +02:00
Common Android: Use correct encoding when converting strings 2020-07-08 14:52:05 +02:00
Core Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
DiscIO DiscIO: Use Volume::IsDatelDisc in VolumeVerifier 2020-07-04 20:24:26 +02:00
DolphinNoGUI Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
DolphinQt DolphinQt: Mark Zstandard as recommended for RVZ 2020-07-05 12:52:59 +02:00
InputCommon Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
MacUpdater
UICommon Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
UpdaterCommon Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoBackends Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
VideoCommon Merge pull request #8884 from iwubcode/freelook_performance_fix 2020-07-04 14:19:59 +10:00
WinUpdater Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
CMakeLists.txt