From cea813e6eef379ee1ca6d613079211cd8b1d465d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 23 May 2016 10:31:00 +0000 Subject: 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 --- test/help-test.html | 8 ++++---- 1 file 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 @@ HTML Entities: named, hexadecimal, and decimal

Special characters, formatted as named "HTML Entities", e.g. "€":
- Euro character: "€"
+ Euro and "dagger": "€" "†"
Umlaut characters : "ä" "ë" "ï" "ö" "ü" "ß"
Umlaut characters : "Ä" "Ë" "Ï" "Ö" "Ü"
- Special characters : "•" "‰" "©" "™" "®"
+ Special characters : "•" "‰" "©" "™" "†" "†" "®"

Other scripts, formatted as hexadecimal "HTML Entities", e.g. "€":
(Should be the same symbols as below)
- Euro character: "€"
+ Euro and "dagger": "€" "†"
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: "€"
+ Euro and "dagger": "€" "†"
Japanese (Hiragana) : "ぐ" "の"
Japanese (Katakana) : "ダ" "ポ"
Chinese (CJK Unified Ideographs) : "中" "丳"
-- cgit v1.2.3