Skip to content

Commit

Permalink
Add another special test case "†" for Fl_Help_View.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Albrecht Schlosser committed May 23, 2016
1 parent ffbcd89 commit cea813e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/help-test.html
Expand Up @@ -44,21 +44,21 @@ <H1>Simple HTML Tests</H1>
<A NAME="Entity Test"></A>
<B>HTML Entities: named, hexadecimal, and decimal</B><P>
<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;"<br>
Special characters : "&bull;" "&permil;" "&copy;" "&trade;" "&reg;"<br>
Special characters : "&bull;" "&permil;" "&copy;" "&trade;" "&dagger;" "&#x2020;" "&reg;"<br>
<br>
<b>Other scripts, formatted as hexadecimal "HTML Entities", e.g. "&amp;#x20ac;":</b><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 (Katakana) : "&#x30c0;" "&#x30dd;"<br>
Chinese (CJK Unified Ideographs) : "&#x4e2d;" "&#x4e33;"<br>
<br>
<b>Other scripts, formatted as decimal "HTML Entities", e.g. "&amp;#8364;":</b><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 (Katakana) : "&#12480;" "&#12509;"<br>
Chinese (CJK Unified Ideographs) : "&#20013;" "&#20019;"<br>
Expand Down

0 comments on commit cea813e

Please sign in to comment.