1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Rewrite CodePageFromUTF8 as CodePageFromUnicode.

This commit is contained in:
Aaron van Geffen
2018-05-17 21:05:00 +02:00
parent 3fd75906b6
commit b836ad050d
2 changed files with 31 additions and 24 deletions

View File

@@ -78,9 +78,6 @@ TEST_F(StringTest, Split_ByEmpty)
// Tests for String::Convert
///////////////////////////////////////////////////////////////////////////////
// TODO Remove when String::Convert is implemented for non-Windows platforms
#ifdef _WIN32
TEST_F(StringTest, Convert_950_to_UTF8)
{
auto input = StringFromHex("a7d6b374aabab4c4a6e2aab0af57");
@@ -113,8 +110,6 @@ TEST_F(StringTest, Convert_Empty)
ASSERT_EQ(expected, actual);
}
#endif
///////////////////////////////////////////////////////////////////////////////
// Tests for String::ToUpper
///////////////////////////////////////////////////////////////////////////////