Add HTML entity tests to test/help-test.html.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11744 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2016-05-17 16:10:12 +00:00
parent 8eb1517ffc
commit 495d15cf7a
1 changed files with 25 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<H1>Simple HTML Tests</H1>
<UL>
<LI> <a href="#Plain Test">Plain Text Test</A>
<LI> <a href="#Entity Test">HTML Entity Test</A>
<LI> <a href="#Pre Test">PRE (preformatted Text) Test</A>
<LI> <a href="#Headings">Heading Tests</A>
<LI> <a href="#Lists">UL, OL, DL Lists</A>
@ -38,7 +39,30 @@
<FONT FACE="Serif">This should be Serif. 0123456789</FONT><BR>
<FONT FACE="Courier">This should be Courier. 0123456789</FONT><BR>
<FONT FACE="Symbol">This should be Symbol. 0123456789</FONT>
<P>
<P>
<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>
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>
<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>
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>
Japanese (Hiragana) : "&#12368;" "&#12398;"<br>
Japanese (Katakana) : "&#12480;" "&#12509;"<br>
Chinese (CJK Unified Ideographs) : "&#20013;" "&#20019;"<br>
<P>
<A NAME="Pre Test"></A>
<B>Preformatted paragraphs</B><PRE>