From 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 20 Aug 2013 18:26:05 +0100 Subject: Re-work 8bit characters in source code, or remove them. Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- sax/test/sax/testsax.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax/test') diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index 2e228b824c26..b776a146554e 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -597,7 +597,7 @@ void OSaxParserTest::testEncoding( const Reference < XParser > &rParser ) "\n" "\n" "Frobnostication\n" - "Moved to ß\n" + "Moved to \337\n" "here.\n" "\n"; -- cgit