From abdf251b425cbd440fe5c5f8b20fbd0c613074ef Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 28 Aug 2021 21:21:41 +0200 Subject: [PATCH] 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. --- tests/intl/intltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intl/intltest.cpp b/tests/intl/intltest.cpp index d6db0c8a56..550509ce2b 100644 --- a/tests/intl/intltest.cpp +++ b/tests/intl/intltest.cpp @@ -198,7 +198,7 @@ void IntlTestCase::DateTimeFmtFrench() #ifdef __WXOSX__ // 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 " à " 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. CHECK( fmtDT.StartsWith("%A %d %B %Y") ); CHECK( fmtDT.EndsWith("%H:%M:%S") );