diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-10 19:47:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-10 19:47:00 -0500 |
commit | d3f9d5478df478427c2aa5db4507ddd0a38f0eb6 (patch) | |
tree | e27eacd6bbda653dd77f11cc020b9e0a59f7f4fc /test/raw8bit.html | |
parent | 18024037b515bfff83e0230b35151babe6005e18 (diff) | |
download | lynx-snapshots-d3f9d5478df478427c2aa5db4507ddd0a38f0eb6.tar.gz |
snapshot of project "lynx", label v2-8-2dev_2
Diffstat (limited to 'test/raw8bit.html')
-rw-r--r-- | test/raw8bit.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/test/raw8bit.html b/test/raw8bit.html new file mode 100644 index 00000000..d64cf65b --- /dev/null +++ b/test/raw8bit.html @@ -0,0 +1,37 @@ +<HTML> +<HEAD> +<TITLE> Test of raw 8-bit symbols </TITLE> +<!-- you may uncomment the next line +and set the document's charset directly via META tag --> +<!--META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"--> +</HEAD> +<BODY> +<PRE> +This is a test of translation 8-bit letters for different pairs of +document's charset (assumed charset) and display charset, +both can be reached from 'O'ptions menu. + +This page (obviously) corresponds to text/html mode +but you may test text/plain just by pressing '\' +Try also: '@' for ``raw mode'' and '=' for Information Page. + + + 0 1 2 3 4 5 6 7 8 9 A B C D E F +20 ! " # $ % & ' ( ) * + , - . / +30 0 1 2 3 4 5 6 7 8 9 : ; < = > ? +40 @ A B C D E F G H I J K L M N O +50 P Q R S T U V W X Y Z [ \ ] ^ _ +60 ` a b c d e f g h i j k l m n o +70 p q r s t u v w x y z { | } ~ +80 +90 +A0 +B0 +C0 +D0 +E0 +F0 + +</PRE> +</BODY> +</HTML> |