changeset 1347:281a8c9d4886 3.0-integration

Fix typo in encoded string
author Chris Cannam
date Fri, 06 Jan 2017 15:53:02 +0000
parents 75ad55315db4
children b3cb0edc25cd
files data/fileio/test/EncodingTest.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/fileio/test/EncodingTest.h	Fri Jan 06 15:44:55 2017 +0000
+++ b/data/fileio/test/EncodingTest.h	Fri Jan 06 15:53:02 2017 +0000
@@ -33,7 +33,7 @@
 
 const char utf8_name_cdp_1[] = "Caf\303\251 de Paris";
 const char utf8_name_cdp_2[] = "Caf\303\251 de \351\207\215\345\272\206";
-const char utf8_name_tsprk[] = "T\303\253mple of Sp\303\253rks";
+const char utf8_name_tsprk[] = "T\303\253mple of Sp\303\266rks";
 const char utf8_name_sprkt[] = "\343\202\271\343\203\235\343\203\274\343\202\257\343\201\256\345\257\272\351\231\242";
 
 static const char *mapping[][2] = {