diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-22 12:03:56 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-22 12:03:56 -0500 |
commit | ab8b1f12eaf6b1524439f4a277cb7d122068acd7 (patch) | |
tree | 1b9a5ed17066e83f22164e8394a6aeea821b2792 /samples | |
parent | e38e34bfb6683c78cec7b217fc30b71874f756f4 (diff) | |
download | lynx-snapshots-ab8b1f12eaf6b1524439f4a277cb7d122068acd7.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-110
Diffstat (limited to 'samples')
-rw-r--r-- | samples/lynx.cfg | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/samples/lynx.cfg b/samples/lynx.cfg index 186f9b2a..57560cd0 100644 --- a/samples/lynx.cfg +++ b/samples/lynx.cfg @@ -197,11 +197,9 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # DosGreek2 (cp869) cp869 # DosHebrew (cp862) cp862 # DosLatin1 (cp850) cp850 +# DosLatin2 (cp852) cp852 # DosLatinUS (cp437) cp437 -# IBM PC character set cp437 -# IBM PC codepage 850 cp850 # ISO 8859-10 iso-8859-10 -# ISO 8859-5 Cyrillic iso-8859-5 # ISO 8859-6 Arabic iso-8859-6 # ISO 8859-7 Greek iso-8859-7 # ISO 8859-8 Hebrew iso-8859-8 @@ -210,31 +208,30 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # ISO Latin 2 iso-8859-2 # ISO Latin 3 iso-8859-3 # ISO Latin 4 iso-8859-4 +# ISO Latin 5 Cyrillic iso-8859-5 # Japanese (EUC) euc-jp # Japanese (SJIS) shift_jis # KOI8-R Cyrillic koi8-r # Korean euc-kr # Macintosh (8 bit) macintosh -# NeXT character set x-next +# NeXT character set next # Other ISO Latin x-iso-8859-other -# PC Latin2 CP 852 cp852 # RFC 1345 Mnemonic mnemonic # RFC 1345 w/o Intro mnemonic+ascii+0 # Taipei (Big5) big5 # Transparent x-transparent # UNICODE UTF 8 utf-8 # Vietnamese (VISCII) viscii -# WinArabic (cp1256) cp1256 -# WinBaltRim (cp1257) cp1257 -# WinCyrillic (cp1251) cp1251 -# WinGreek (cp1253) cp1253 -# WinHebrew (cp1255) cp1255 -# WinLatin1 (cp1252) cp1252 -# WinLatin2 (cp1250) cp1250 +# WinArabic (cp1256) windows-1256 +# WinBaltRim (cp1257) windows-1257 +# WinCyrillic (cp1251) windows-1251 +# WinGreek (cp1253) windows-1253 +# WinHebrew (cp1255) windows-1255 +# WinLatin1 (cp1252) windows-1252 +# WinLatin2 (cp1250) windows-1250 # #CHARACTER_SET:ISO Latin 1 -# IF compiled with -DEXP_CHARTRANS: # ASSUME_CHARSET changes the handling of documents which do not # explicitly specify a charset. Normally Lynx assumes that 8-bit # characters in those documents are encoded according to iso-8859-1 @@ -248,7 +245,6 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # #ASSUME_CHARSET:iso-8859-1 -# IF compiled with -DEXP_CHARTRANS: # ASSUME_LOCAL_CHARSET is like ASSUME_CHARSET but only applies to local # files. If no setting is given here or by an -assume_local_charset # command line option, the value for ASSUME_CHARSET or -assume_charset @@ -259,7 +255,6 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # #ASSUME_LOCAL_CHARSET:iso-8859-1 -# IF compiled with -DEXP_CHARTRANS: # If Lynx encounters a charset parameter it doesn't recognize, it will # replace the value given by ASSUME_UNREC_CHARSET (or a corresponding # -assume_unrec_charset command line option) for it. This can be used |