blob: adbe3efdcc03837363a3c2ef8b46c6caef3ddf4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!-- $LynxId: test_display.html,v 1.12 2021/07/01 21:02:38 tom Exp $ -->
<!-- do not use tidy for this page -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.6.0">
<title>Quick test for identifying display character set</title>
<link rev="made" href="mailto:lynx-dev@nongnu.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
<meta name="description" content=
"Display a test-page for common problems with Lynx's display character set and/or locale problems.">
</head>
<body>
<div class="nav">
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#configuration">Configuration</a></li>
<li><a href="#test_screen">Test-screen</a></li>
</ul>
</div>
<h2><a name="overview" id="overview">Overview</a></h2>
<p>Display a test-page for common problems with Lynx's display
character set and/or locale problems.</p>
<h2><a name="configuration" id="configuration">Configuration</a></h2>
<p>If you see several letters instead of a single – your
promised display charset does not support this character so "7
bit approximation" is in effect. If you see any single letter
which is unexpected, you have incorrect <strong>Lynx</strong>
settings.</p>
<blockquote>
<p><em>Press “o” for Options menu and change
"Display character set"</em>.<br>
Try again if necessary.</p>
</blockquote>
<p>When you are satisfied save your changes in Options menu,
thanks.</p>
<h2><a name="test_screen" id="test_screen">Test-screen</a></h2>
<p>This is only a quick test to see obvious problems.</p>
<pre>
0x00A9 © # COPYRIGHT SIGN
0x00C7 Ç # LATIN CAPITAL LETTER C WITH CEDILLA
0x00DC Ü # LATIN CAPITAL LETTER U WITH DIAERESIS
0x00D1 Ñ # LATIN CAPITAL LETTER N WITH TILDE
0x0107 ć # LATIN SMALL LETTER C WITH ACUTE
0x0108 Ĉ # LATIN CAPITAL LETTER C WITH CIRCUMFLEX
0x010C Č # LATIN CAPITAL LETTER C WITH CARON
0x03BB λ # GREEK SMALL LETTER LAMDA
0x041B Л # CYRILLIC CAPITAL LETTER EL
0x042E Ю # CYRILLIC CAPITAL LETTER YU
0x043B л # CYRILLIC SMALL LETTER EL
0x044E ю # CYRILLIC SMALL LETTER YU
0x2026 … # HORIZONTAL ELLIPSIS
0x2122 ™ # TRADE MARK SIGN
0x255D ╝ # BOX DRAWINGS DOUBLE UP AND LEFT
0x255E ╞ # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
0xFB01 fi # LATIN SMALL LIGATURE FI
</pre>
</body>
</html>
|