diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-21 16:40:42 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-21 16:40:42 -0500 |
commit | d4a8ec3c8922a91d418bb9bc130c256c4e00d030 (patch) | |
tree | cfbc95b0f99be65ea5ffa312c9055552db804dfc /src/chrtrans | |
parent | 6d7ee0488b037f002a9fec0d060cc9842d5f8acd (diff) | |
download | lynx-snapshots-d4a8ec3c8922a91d418bb9bc130c256c4e00d030.tar.gz |
snapshot of project "lynx", label v2-8-2dev_5
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/README.format | 7 | ||||
-rw-r--r-- | src/chrtrans/cp1250_uni.tbl | 2 | ||||
-rw-r--r-- | src/chrtrans/cp1251_uni.tbl | 2 | ||||
-rw-r--r-- | src/chrtrans/cp1252_uni.tbl | 2 | ||||
-rw-r--r-- | src/chrtrans/cp1253_uni.tbl | 2 | ||||
-rw-r--r-- | src/chrtrans/cp1255_uni.tbl | 2 | ||||
-rw-r--r-- | src/chrtrans/cp1256_uni.tbl | 2 | ||||
-rw-r--r-- | src/chrtrans/cp1257_uni.tbl | 2 |
8 files changed, 12 insertions, 9 deletions
diff --git a/src/chrtrans/README.format b/src/chrtrans/README.format index 636afd32..4b425a00 100644 --- a/src/chrtrans/README.format +++ b/src/chrtrans/README.format @@ -32,7 +32,7 @@ b) directives: in the list for Display Character Set MIMEName The name for this charset in MIME syntax (one word with digits - and some other non-letters allowed, should be IANA registered) + and some other non-letters allowed, should be IANA registered) Default If "Y[es]" or "1", this is the default (fallback) translation table, it will be used for Unicode -> 8bit (or 7bit) translation if no @@ -45,7 +45,10 @@ b) directives: RawOrEnc a number which flags some special property (encoding) for this - charset [see utf8_uni.tbl for example, see UCDefs.h for details]. + charset [see utf8_uni.tbl for example, see UCDefs.h for details]. + + Codepage number (IBM specific) + used by OS/2 font-switching code. c) character translation definitions: they look like diff --git a/src/chrtrans/cp1250_uni.tbl b/src/chrtrans/cp1250_uni.tbl index 7b3820d0..207add88 100644 --- a/src/chrtrans/cp1250_uni.tbl +++ b/src/chrtrans/cp1250_uni.tbl @@ -10,7 +10,7 @@ C1250 # # Name: cp1250 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # diff --git a/src/chrtrans/cp1251_uni.tbl b/src/chrtrans/cp1251_uni.tbl index 21cfb598..97a00449 100644 --- a/src/chrtrans/cp1251_uni.tbl +++ b/src/chrtrans/cp1251_uni.tbl @@ -10,7 +10,7 @@ C1251 # # Name: cp1251 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # diff --git a/src/chrtrans/cp1252_uni.tbl b/src/chrtrans/cp1252_uni.tbl index 0dd82ef8..73d91e57 100644 --- a/src/chrtrans/cp1252_uni.tbl +++ b/src/chrtrans/cp1252_uni.tbl @@ -14,7 +14,7 @@ C1252 # # Name: cp1252 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # diff --git a/src/chrtrans/cp1253_uni.tbl b/src/chrtrans/cp1253_uni.tbl index 3340d719..59cf46fe 100644 --- a/src/chrtrans/cp1253_uni.tbl +++ b/src/chrtrans/cp1253_uni.tbl @@ -10,7 +10,7 @@ C1253 # # Name: cp1253 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # diff --git a/src/chrtrans/cp1255_uni.tbl b/src/chrtrans/cp1255_uni.tbl index 1c38f40a..5b82fcfd 100644 --- a/src/chrtrans/cp1255_uni.tbl +++ b/src/chrtrans/cp1255_uni.tbl @@ -10,7 +10,7 @@ C1255 # # Name: cp1255 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # diff --git a/src/chrtrans/cp1256_uni.tbl b/src/chrtrans/cp1256_uni.tbl index b38c412d..c1bbcfde 100644 --- a/src/chrtrans/cp1256_uni.tbl +++ b/src/chrtrans/cp1256_uni.tbl @@ -10,7 +10,7 @@ C1256 # # Name: cp1256 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # diff --git a/src/chrtrans/cp1257_uni.tbl b/src/chrtrans/cp1257_uni.tbl index d42d6731..f5f9a926 100644 --- a/src/chrtrans/cp1257_uni.tbl +++ b/src/chrtrans/cp1257_uni.tbl @@ -10,7 +10,7 @@ C1257 # # Name: cp1257 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A # Date: 04/15/98 # |