diff options
| -rw-r--r-- | test/help-test.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/help-test.html b/test/help-test.html index 41a205aba..b2354a476 100644 --- a/test/help-test.html +++ b/test/help-test.html @@ -44,21 +44,21 @@ <A NAME="Entity Test"></A> <B>HTML Entities: named, hexadecimal, and decimal</B><P> <b>Special characters, formatted as named "HTML Entities", e.g. "&euro;":</b><br> - Euro character: "€"<br> + Euro and "dagger": "€" "†"<br> Umlaut characters : "ä" "ë" "ï" "ö" "ü" "ß"<br> Umlaut characters : "Ä" "Ë" "Ï" "Ö" "Ü"<br> - Special characters : "•" "‰" "©" "™" "®"<br> + Special characters : "•" "‰" "©" "™" "†" "†" "®"<br> <br> <b>Other scripts, formatted as hexadecimal "HTML Entities", e.g. "&#x20ac;":</b><br> (Should be the same symbols as below)<br> - Euro character: "€"<br> + Euro and "dagger": "€" "†"<br> Japanese (Hiragana) : "ぐ" "の"<br> Japanese (Katakana) : "ダ" "ポ"<br> Chinese (CJK Unified Ideographs) : "中" "丳"<br> <br> <b>Other scripts, formatted as decimal "HTML Entities", e.g. "&#8364;":</b><br> (Should be the same symbols as above)<br> - Euro character: "€"<br> + Euro and "dagger": "€" "†"<br> Japanese (Hiragana) : "ぐ" "の"<br> Japanese (Katakana) : "ダ" "ポ"<br> Chinese (CJK Unified Ideographs) : "中" "丳"<br> |
