summaryrefslogtreecommitdiffstats
path: root/src/libserver
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver')
-rw-r--r--src/libserver/html/html_entities.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libserver/html/html_entities.cxx b/src/libserver/html/html_entities.cxx
index 912da6e58..8a3ff61da 100644
--- a/src/libserver/html/html_entities.cxx
+++ b/src/libserver/html/html_entities.cxx
@@ -2605,10 +2605,10 @@ TEST_SUITE("html entities") {
{"FOO&#ZOO", "FOO&#ZOO"},
{"FOO&#xBAR", "FOOºR"},
{"FOO&#x41BAR", "FOO䆺R"},
- {"FOO�ZOO", "FOO�ZOO"},
+ {"FOO�ZOO", "FOO\uFFFDZOO"},
{"FOOZOO", "FOO\u0081ZOO"},
- {"FOO�ZOO", "FOO�ZOO"},
- {"FOO�ZOO", "FOO�ZOO"},
+ {"FOO�ZOO", "FOO\uFFFDZOO"},
+ {"FOO�ZOO", "FOO\uFFFDZOO"},
{"ZZ&pound_id=23", "ZZ£_id=23"},
{"ZZ&prod_id=23", "ZZ&prod_id=23"},
{"ZZ&gt", "ZZ>"},