diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-05-23 10:31:00 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-05-23 10:31:00 +0000 |
| commit | cea813e6eef379ee1ca6d613079211cd8b1d465d (patch) | |
| tree | 9dc1ab21ee873401642714b781f9fc00099b6471 /test | |
| parent | ffbcd89b539bb7d9440f9acc5622107a569b2421 (diff) | |
Add another special test case "†" for Fl_Help_View.
Note: † = † = U+2020, i.e. 0x2020 & 255 = 0x20 = ' ' (space).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11750 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -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> |
