Add another special test case "†" for Fl_Help_View.

Note: † = &#x2020 = 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
This commit is contained in:
Albrecht Schlosser 2016-05-23 10:31:00 +00:00
parent ffbcd89b53
commit cea813e6ee
1 changed files with 4 additions and 4 deletions

View File

@ -44,21 +44,21 @@
<A NAME="Entity Test"></A> <A NAME="Entity Test"></A>
<B>HTML Entities: named, hexadecimal, and decimal</B><P> <B>HTML Entities: named, hexadecimal, and decimal</B><P>
<b>Special characters, formatted as named "HTML Entities", e.g. "&amp;euro;":</b><br> <b>Special characters, formatted as named "HTML Entities", e.g. "&amp;euro;":</b><br>
Euro character: "&euro;"<br> Euro and "dagger": "&euro;" "&dagger;"<br>
Umlaut characters : "&auml;" "&euml;" "&iuml;" "&ouml;" "&uuml;" "&szlig;"<br> Umlaut characters : "&auml;" "&euml;" "&iuml;" "&ouml;" "&uuml;" "&szlig;"<br>
Umlaut characters : "&Auml;" "&Euml;" "&Iuml;" "&Ouml;" "&Uuml;"<br> Umlaut characters : "&Auml;" "&Euml;" "&Iuml;" "&Ouml;" "&Uuml;"<br>
Special characters : "&bull;" "&permil;" "&copy;" "&trade;" "&reg;"<br> Special characters : "&bull;" "&permil;" "&copy;" "&trade;" "&dagger;" "&#x2020;" "&reg;"<br>
<br> <br>
<b>Other scripts, formatted as hexadecimal "HTML Entities", e.g. "&amp;#x20ac;":</b><br> <b>Other scripts, formatted as hexadecimal "HTML Entities", e.g. "&amp;#x20ac;":</b><br>
(Should be the same symbols as below)<br> (Should be the same symbols as below)<br>
Euro character: "&#x20ac;"<br> Euro and "dagger": "&#x20ac;" "&#x2020;"<br>
Japanese (Hiragana) : "&#x3050;" "&#x306e;"<br> Japanese (Hiragana) : "&#x3050;" "&#x306e;"<br>
Japanese (Katakana) : "&#x30c0;" "&#x30dd;"<br> Japanese (Katakana) : "&#x30c0;" "&#x30dd;"<br>
Chinese (CJK Unified Ideographs) : "&#x4e2d;" "&#x4e33;"<br> Chinese (CJK Unified Ideographs) : "&#x4e2d;" "&#x4e33;"<br>
<br> <br>
<b>Other scripts, formatted as decimal "HTML Entities", e.g. "&amp;#8364;":</b><br> <b>Other scripts, formatted as decimal "HTML Entities", e.g. "&amp;#8364;":</b><br>
(Should be the same symbols as above)<br> (Should be the same symbols as above)<br>
Euro character: "&#8364;"<br> Euro and "dagger": "&#8364;" "&#8224;"<br>
Japanese (Hiragana) : "&#12368;" "&#12398;"<br> Japanese (Hiragana) : "&#12368;" "&#12398;"<br>
Japanese (Katakana) : "&#12480;" "&#12509;"<br> Japanese (Katakana) : "&#12480;" "&#12509;"<br>
Chinese (CJK Unified Ideographs) : "&#20013;" "&#20019;"<br> Chinese (CJK Unified Ideographs) : "&#20013;" "&#20019;"<br>