Convert intltest.cpp to UTF-8 encoding

Don't use Latin-1 for this file, this encoding is obsolete.

No real changes, the only non-ASCII character in this file was in a
comment anyhow.
This commit is contained in:
Vadim Zeitlin
2021-08-28 21:21:41 +02:00
parent c8269210a2
commit abdf251b42

View File

@@ -198,7 +198,7 @@ void IntlTestCase::DateTimeFmtFrench()
#ifdef __WXOSX__ #ifdef __WXOSX__
// Things are difficult to test under macOS as the format keeps changing, // Things are difficult to test under macOS as the format keeps changing,
// e.g. at some time between 10.10 and 10.12 a new " <EFBFBD> " string appeared in // e.g. at some time between 10.10 and 10.12 a new " à " string appeared in
// its middle, so test it piece-wise and hope it doesn't change too much. // its middle, so test it piece-wise and hope it doesn't change too much.
CHECK( fmtDT.StartsWith("%A %d %B %Y") ); CHECK( fmtDT.StartsWith("%A %d %B %Y") );
CHECK( fmtDT.EndsWith("%H:%M:%S") ); CHECK( fmtDT.EndsWith("%H:%M:%S") );