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:
@@ -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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user