diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-16 23:10:22 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-16 23:10:22 -0500 |
commit | 2a2566112749f0e3f932004c1a9d8345a84b1fd0 (patch) | |
tree | 767c817721642a258f9e22802a4de5e981871780 /lynx.cfg | |
parent | d3f9d5478df478427c2aa5db4507ddd0a38f0eb6 (diff) | |
download | lynx-snapshots-2a2566112749f0e3f932004c1a9d8345a84b1fd0.tar.gz |
snapshot of project "lynx", label v2-8-2dev_3
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lynx.cfg b/lynx.cfg index 3a51c92a..91145d05 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -180,8 +180,8 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # Lynx normally translates characters from document's charset to display # charset, using ASSUME_CHARSET value (see below) if document's charset is not # specified explicitly. There is the so called `raw or CJK mode' which is OFF -# for this case. (When the document charset specified explicitly -# it override any assumption like ASSUME_CHARSET or raw or CJK mode). +# for this case. (When the document charset specified explicitly +# it override any assumption like ASSUME_CHARSET or raw or CJK mode). # # For the Asian (CJK) display character sets the corresponding charset is # assumed in documents, i.e., raw or CJK mode is ON by default. In raw CJK @@ -236,7 +236,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # Latin 4 (ISO-8859-4) iso-8859-4 # Baltic Rim (cp775) cp775 # Baltic Rim (windows-1257) windows-1257 -# Cyrillic (ISO-8859-5) iso-8859-5 +# Cyrillic (ISO-8859-5) iso-8859-5 # Cyrillic (cp866) cp866 # Cyrillic (windows-1251) windows-1251 # Cyrillic (KOI8-R) koi8-r @@ -324,7 +324,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # we need to limit outgoing mail character repertoire to reduce # trouble for remote recipient who may not recognize our charset. # You may try US-ASCII as the safest value (7 bit), any other MIME name -# or leave this field blank (default) to use display character set. +# or leave this field blank (default) to use display character set. # (Translation currently implemented for mail "subjects= " only). # #OUTGOING_MAIL_CHARSET: @@ -355,12 +355,12 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # The value should NOT include "ISO-8859-1" or "US-ASCII", # since those values are always assumed by default. # If a file in that character set is available, the server will send it. -# "If no Accept-Charset header is present, the default is that any +# "If no Accept-Charset header is present, the default is that any # character set is acceptable. If an Accept-Charset header is present, # and if the server cannot send a response which is acceptable # according to the Accept-Charset header, then the server SHOULD send # an error response with the 406 (not acceptable) status code, though -# the sending of an unacceptable response is also allowed." (RFC2068) +# the sending of an unacceptable response is also allowed." (RFC2068) # #PREFERRED_CHARSET: @@ -1505,6 +1505,10 @@ MINIMAL_COMMENTS:TRUE # vt100 Remove Key: 0x10D # (0x00) NULL KEY: 0x10E (DO_NOTHING) # +# Note for OS/390: The following is strongly recommended /* S/390 -- gil -- 1464 */ +# to undo ASCII->EBCDIC conversion. +# +# DOWNLOADER:Save OS/390 binary file: iconv -f IBM-1047 -t ISO8859-1 %s >%s:FALSE #KEYMAP:0x2F:SOURCE # Toggle source viewing mode (show HTML source) #KEYMAP:^R:RELOAD # Reload the current document and redisplay |