diff --git a/test/help-test.html b/test/help-test.html index 9d50c508d..41a205aba 100644 --- a/test/help-test.html +++ b/test/help-test.html @@ -4,6 +4,7 @@
+
+ + +HTML Entities: named, hexadecimal, and decimal
+ Special characters, formatted as named "HTML Entities", e.g. "€":
+ Euro character: "€"
+ Umlaut characters : "ä" "ë" "ï" "ö" "ü" "ß"
+ Umlaut characters : "Ä" "Ë" "Ï" "Ö" "Ü"
+ Special characters : "•" "‰" "©" "™" "®"
+
+ Other scripts, formatted as hexadecimal "HTML Entities", e.g. "€":
+ (Should be the same symbols as below)
+ Euro character: "€"
+ Japanese (Hiragana) : "ぐ" "の"
+ Japanese (Katakana) : "ダ" "ポ"
+ Chinese (CJK Unified Ideographs) : "中" "丳"
+
+ Other scripts, formatted as decimal "HTML Entities", e.g. "€":
+ (Should be the same symbols as above)
+ Euro character: "€"
+ Japanese (Hiragana) : "ぐ" "の"
+ Japanese (Katakana) : "ダ" "ポ"
+ Chinese (CJK Unified Ideographs) : "中" "丳"
+