diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-05-01 18:59:41 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-05-01 18:59:41 +0000 |
commit | 83a9886c0ab87ef4a00fe5eaa007ca5619e8a528 (patch) | |
tree | 245e9a9e918b534bf00cbf3b6919a26e5594f053 /gnu/usr.bin/lynx/test | |
parent | 44b1bba2a33b56bcaa32d20a6c76f14845797fb0 (diff) |
Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as well
Local patches we maintain to the distribution are:
- replace unbounded fscanf with fgets (avsm)
- spelling fixes (deraadt)
- hppa -O0 workaround (mickey)
- default to ftp passive (deraadt)
- work with non-exec scripts (deraadt,hin,maja)
- be more careful with rlogin username (art)
- default to our webpage (deraadt)
- install helpfiles locally (maja)
- mkdtemp temp space directory (art)
- install more recent config.guess (avsm)
Tested by beck,millert,grange,fries,miod and others, deraadt@ ok
Diffstat (limited to 'gnu/usr.bin/lynx/test')
-rw-r--r-- | gnu/usr.bin/lynx/test/c1.html | 144 | ||||
-rw-r--r-- | gnu/usr.bin/lynx/test/sgml.html | 1 | ||||
-rw-r--r-- | gnu/usr.bin/lynx/test/unicode.html | 2 |
3 files changed, 62 insertions, 85 deletions
diff --git a/gnu/usr.bin/lynx/test/c1.html b/gnu/usr.bin/lynx/test/c1.html index 0b43ab0785f..e74f6dba9ff 100644 --- a/gnu/usr.bin/lynx/test/c1.html +++ b/gnu/usr.bin/lynx/test/c1.html @@ -1,82 +1,62 @@ -<HTML> -<HEAD> -<TITLE> Test of some symbols </TITLE> -</HEAD> -<BODY> -<PRE> -You may press '\' to view the source of this test - -NCRs for symbols which are the C1 control chars for iso-8859-1 and Unicode, -but assumed as <em>windows-1252</em> codepoints (common for windows-xxxx), -say mercy to MS FrontPage (WYSIWYG HTML editor). - -<em>Number NCR alt-NCR windows-1252</em> - -0x80 € <IMG SRC=X ALT="€"> € #EURO SIGN -0x81  <IMG SRC=X ALT=""> <!----> #NOT USED -0x82 ‚ <IMG SRC=X ALT="‚"> ‚ #SINGLE LOW-9 QUOTATION MARK -0x83 ƒ <IMG SRC=X ALT="ƒ"> ƒ #LATIN SMALL LETTER F WITH HOOK -0x84 „ <IMG SRC=X ALT="„"> „ #DOUBLE LOW-9 QUOTATION MARK -0x85 … <IMG SRC=X ALT="…"> … #HORIZONTAL ELLIPSIS -0x86 † <IMG SRC=X ALT="†"> † #DAGGER -0x87 ‡ <IMG SRC=X ALT="‡"> ‡ #DOUBLE DAGGER -0x88 ˆ <IMG SRC=X ALT="ˆ"> ˆ #MODIFIER LETTER CIRCUMFLEX ACCENT -0x89 ‰ <IMG SRC=X ALT="‰"> ‰ #PER MILLE SIGN -0x8a Š <IMG SRC=X ALT="Š"> Š #LATIN CAPITAL LETTER S WITH CARON -0x8b ‹ <IMG SRC=X ALT="‹"> ‹ #SINGLE LEFT-POINTING ANGLE QUOTATION MARK -0x8c Œ <IMG SRC=X ALT="Œ"> Œ #LATIN CAPITAL LIGATURE OE -0x8d  <IMG SRC=X ALT=""> <!----> #NOT USED -0x8e Ž <IMG SRC=X ALT="Ž"> <!--Ž--> #NOT USED -0x8f  <IMG SRC=X ALT=""> <!----> #NOT USED -0x90  <IMG SRC=X ALT=""> <!----> #NOT USED -0x91 ‘ <IMG SRC=X ALT="‘"> ‘ #LEFT SINGLE QUOTATION MARK -0x92 ’ <IMG SRC=X ALT="’"> ’ #RIGHT SINGLE QUOTATION MARK -0x93 “ <IMG SRC=X ALT="“"> “ #LEFT DOUBLE QUOTATION MARK -0x94 ” <IMG SRC=X ALT="”"> ” #RIGHT DOUBLE QUOTATION MARK -0x95 • <IMG SRC=X ALT="•"> • #BULLET -0x96 – <IMG SRC=X ALT="–"> – #EN DASH -0x97 — <IMG SRC=X ALT="—"> — #EM DASH -0x98 ˜ <IMG SRC=X ALT="˜"> ˜ #SMALL TILDE -0x99 ™ <IMG SRC=X ALT="™"> ™ #TRADE MARK SIGN -0x9a š <IMG SRC=X ALT="š"> š #LATIN SMALL LETTER S WITH CARON -0x9b › <IMG SRC=X ALT="›"> › #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -0x9c œ <IMG SRC=X ALT="œ"> œ #LATIN SMALL LIGATURE OE -0x9d  <IMG SRC=X ALT=""> <!----> #NOT USED -0x9e ž <IMG SRC=X ALT="ž"> <!--ž--> #NOT USED -0x9f Ÿ <IMG SRC=X ALT="Ÿ"> Ÿ #LATIN CAPITAL LETTER Y WITH DIAERESIS - - -</PRE> -</BODY> -</HTML> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +<HTML> +<HEAD> +<TITLE>Test of invalid NCRs 128-159</TITLE> +</HEAD> +<BODY><H2>Test of invalid NCRs 128-159</H2> +<P> +Authoring tools on MS Windows, in particular MS FrontPage ("WYSIWYG" HTML editor), +generate invalid <DFN>Numerical Character References</DFN> for characters +commonly found in positions 128...159 (0x80...0x9f) in Windows fonts. Although +these are valid codepoints for <em>windows-1252</em> (and other +windows-xxxx) charsets, valid NCRs always refer to the document character set +in the SGML sense, not to the character encoding scheme (or charset). For HTML, +the SGML document character set is fixed, it is always a subset of Unicode +(or ISO 10646). In Unicode and its iso-8859-1 subset, values 128...159 are +C1 control characters, they must not appear in HTML. Valid NCRs for the +intended characters use Unicode values greater than 256. +<p> +Lynx tries to interpret some of the invalid codes, by assuming that they are +windows-1252 codepoints. +<PRE> + +You may want to press '\' to view the source of this test. + +<em>Code invalid NCR <!-- --> <tab id=c>valid NCR, description</em> +<em> normal in ALT <a id=table></a> </em> + +0x80 € <IMG SRC=X ALT="€"> <tab to=c>€ #EURO SIGN +0x81  <IMG SRC=X ALT=""> <!----> #NOT USED +0x82 ‚ <IMG SRC=X ALT="‚"> <tab to=c>‚ #SINGLE LOW-9 QUOTATION MARK +0x83 ƒ <IMG SRC=X ALT="ƒ"> <tab to=c>ƒ #LATIN SMALL LETTER F WITH HOOK +0x84 „ <IMG SRC=X ALT="„"> <tab to=c>„ #DOUBLE LOW-9 QUOTATION MARK +0x85 … <IMG SRC=X ALT="…"> <tab to=c>… #HORIZONTAL ELLIPSIS +0x86 † <IMG SRC=X ALT="†"> <tab to=c>† #DAGGER +0x87 ‡ <IMG SRC=X ALT="‡"> <tab to=c>‡ #DOUBLE DAGGER +0x88 ˆ <IMG SRC=X ALT="ˆ"> <tab to=c>ˆ #MODIFIER LETTER CIRCUMFLEX ACCENT +0x89 ‰ <IMG SRC=X ALT="‰"> <tab to=c>‰ #PER MILLE SIGN +0x8a Š <IMG SRC=X ALT="Š"> <tab to=c>Š #LATIN CAPITAL LETTER S WITH CARON +0x8b ‹ <IMG SRC=X ALT="‹"> <tab to=c>‹ #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8c Œ <IMG SRC=X ALT="Œ"> <tab to=c>Œ #LATIN CAPITAL LIGATURE OE +0x8d  <IMG SRC=X ALT=""> <!----> #NOT USED +0x8e Ž <IMG SRC=X ALT="Ž"> <!--Ž--> #NOT USED +0x8f  <IMG SRC=X ALT=""> <!----> #NOT USED +0x90  <IMG SRC=X ALT=""> <!----> #NOT USED +0x91 ‘ <IMG SRC=X ALT="‘"> <tab to=c>‘ #LEFT SINGLE QUOTATION MARK +0x92 ’ <IMG SRC=X ALT="’"> <tab to=c>’ #RIGHT SINGLE QUOTATION MARK +0x93 “ <IMG SRC=X ALT="“"> <tab to=c>“ #LEFT DOUBLE QUOTATION MARK +0x94 ” <IMG SRC=X ALT="”"> <tab to=c>” #RIGHT DOUBLE QUOTATION MARK +0x95 • <IMG SRC=X ALT="•"> <tab to=c>• #BULLET +0x96 – <IMG SRC=X ALT="–"> <tab to=c>– #EN DASH +0x97 — <IMG SRC=X ALT="—"> <tab to=c>— #EM DASH +0x98 ˜ <IMG SRC=X ALT="˜"> <tab to=c>˜ #SMALL TILDE +0x99 ™ <IMG SRC=X ALT="™"> <tab to=c>™ #TRADE MARK SIGN +0x9a š <IMG SRC=X ALT="š"> <tab to=c>š #LATIN SMALL LETTER S WITH CARON +0x9b › <IMG SRC=X ALT="›"> <tab to=c>› #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9c œ <IMG SRC=X ALT="œ"> <tab to=c>œ #LATIN SMALL LIGATURE OE +0x9d  <IMG SRC=X ALT=""> <!----> #NOT USED +0x9e ž <IMG SRC=X ALT="ž"> <!--ž--> #NOT USED +0x9f Ÿ <IMG SRC=X ALT="Ÿ"> <tab to=c>Ÿ #LATIN CAPITAL LETTER Y WITH DIAERESIS + +</PRE> +</BODY> +</HTML> diff --git a/gnu/usr.bin/lynx/test/sgml.html b/gnu/usr.bin/lynx/test/sgml.html index 551a20cda62..da3b0277452 100644 --- a/gnu/usr.bin/lynx/test/sgml.html +++ b/gnu/usr.bin/lynx/test/sgml.html @@ -38,7 +38,6 @@ original comment: # The contents of this table are drawn from various sources, and # are in the public domain. # -</pre> <!-- Changes: + {"euro", 0x20AC}, /* EURO SIGN */ {"loz", 0x25CA}, /* LOZENGE */ diff --git a/gnu/usr.bin/lynx/test/unicode.html b/gnu/usr.bin/lynx/test/unicode.html index 43ebeef3884..07ca28c109f 100644 --- a/gnu/usr.bin/lynx/test/unicode.html +++ b/gnu/usr.bin/lynx/test/unicode.html @@ -13,7 +13,6 @@ original comment: -<pre> # Author: John Cowan <cowan@ccil.org> # Date: 25 July 1997 # @@ -39,7 +38,6 @@ original comment: # The contents of this table are drawn from various sources, and # are in the public domain. # -</pre> <!-- Changes: + {"euro", 0x20AC}, /* EURO SIGN */ |