diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-03-04 10:56:18 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-03-04 10:56:18 -0500 |
commit | f7c3c4ca429260c4d056b1e032e05162e25554ca (patch) | |
tree | 8317fd8852ed2996cf2edf2838c7f43f4023bcd5 /src/chrtrans | |
parent | c5fef0d4ab035d8fd988270a39ed6f9d0e9b214c (diff) | |
download | lynx-snapshots-f7c3c4ca429260c4d056b1e032e05162e25554ca.tar.gz |
snapshot of project "lynx", label v2-8-2dev_18
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/MAKEW32.BAT | 2 | ||||
-rw-r--r-- | src/chrtrans/build-chrtrans.com | 4 | ||||
-rw-r--r-- | src/chrtrans/def7_uni.tbl | 5 | ||||
-rw-r--r-- | src/chrtrans/makefile.dos | 4 | ||||
-rw-r--r-- | src/chrtrans/makefile.in | 4 |
5 files changed, 11 insertions, 8 deletions
diff --git a/src/chrtrans/MAKEW32.BAT b/src/chrtrans/MAKEW32.BAT index 4fe285f4..9c3b0a83 100644 --- a/src/chrtrans/MAKEW32.BAT +++ b/src/chrtrans/MAKEW32.BAT @@ -33,7 +33,7 @@ makeuctb iso08_uni.tbl > iso08_uni.h makeuctb iso09_uni.tbl > iso09_uni.h makeuctb iso10_uni.tbl > iso10_uni.h makeuctb iso15_uni.tbl > iso15_uni.h -makeuctb iso9945_uni.tbl > iso9945_uni.h +makeuctb iso9945uni.tbl > iso9945_uni.h makeuctb koi8r_uni.tbl > koi8r_uni.h makeuctb koi8u_uni.tbl > koi8u_uni.h makeuctb mac_uni.tbl > mac_uni.h diff --git a/src/chrtrans/build-chrtrans.com b/src/chrtrans/build-chrtrans.com index df565522..71d6255a 100644 --- a/src/chrtrans/build-chrtrans.com +++ b/src/chrtrans/build-chrtrans.com @@ -140,8 +140,8 @@ $ define/user sys$output 'CHRwhere'iso08_uni.h !ISO 8859-8 Hebrew $ makeuctb iso08_uni.tbl $ define/user sys$output 'CHRwhere'cp862_uni.h !DosHebrew (cp862) $ makeuctb cp862_uni.tbl -$ define/user sys$output 'CHRwhere'iso9945_uni.h !Ukranian -$ makeuctb iso9945_uni.tbl +$ define/user sys$output 'CHRwhere'iso9945uni.h !Ukranian +$ makeuctb iso9945uni.tbl $ define/user sys$output 'CHRwhere'cp1255_uni.h !WinHebrew (cp1255) $ makeuctb cp1255_uni.tbl $ define/user sys$output 'CHRwhere'iso09_uni.h !ISO 8859-9 (Latin 5) diff --git a/src/chrtrans/def7_uni.tbl b/src/chrtrans/def7_uni.tbl index bd6b1b1c..d3549285 100644 --- a/src/chrtrans/def7_uni.tbl +++ b/src/chrtrans/def7_uni.tbl @@ -1,9 +1,12 @@ # Default 7bit replacements. If the MIME name is set to us-ascii, -# this will be identified with the "7 bit approximations" Display +# this will be identified with the "7 bit approximations (US-ASCII)" Display # character set. #The MIME name of this charset. Mus-ascii + +#Name as a Display Charset (used on Options screen) +O7 bit approximations (US-ASCII) # Shall this become the "default" translation table? YES! # There has to be exactly one table marked as "default". diff --git a/src/chrtrans/makefile.dos b/src/chrtrans/makefile.dos index bc665212..5219081d 100644 --- a/src/chrtrans/makefile.dos +++ b/src/chrtrans/makefile.dos @@ -58,7 +58,7 @@ TABLES= \ iso09_uni.h \ iso10_uni.h \ iso15_uni.h \ - iso9945_uni.h \ + iso9945uni.h \ koi8r_uni.h \ koi8u_uni.h \ mac_uni.h \ @@ -111,7 +111,7 @@ iso08_uni.h: iso08_uni.tbl makeuctb.exe iso09_uni.h: iso09_uni.tbl makeuctb.exe iso10_uni.h: iso10_uni.tbl makeuctb.exe iso15_uni.h: iso15_uni.tbl makeuctb.exe -iso9945_uni.h: iso9945_uni.tbl makeuctb.exe +iso9945uni.h: iso9945uni.tbl makeuctb.exe koi8r_uni.h: koi8r_uni.tbl makeuctb.exe koi8u_uni.h: koi8u_uni.tbl makeuctb.exe mac_uni.h: mac_uni.tbl makeuctb.exe diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index dbcf4782..45c06a80 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -77,7 +77,7 @@ TABLES= \ iso09_uni.h \ iso10_uni.h \ iso15_uni.h \ - iso9945_uni.h \ + iso9945uni.h \ koi8r_uni.h \ koi8u_uni.h \ mac_uni.h \ @@ -143,7 +143,7 @@ iso08_uni.h: $(srcdir)/iso08_uni.tbl makeuctb$x iso09_uni.h: $(srcdir)/iso09_uni.tbl makeuctb$x iso10_uni.h: $(srcdir)/iso10_uni.tbl makeuctb$x iso15_uni.h: $(srcdir)/iso15_uni.tbl makeuctb$x -iso9945_uni.h: $(srcdir)/iso9945_uni.tbl makeuctb$x +iso9945uni.h: $(srcdir)/iso9945uni.tbl makeuctb$x koi8r_uni.h: $(srcdir)/koi8r_uni.tbl makeuctb$x koi8u_uni.h: $(srcdir)/koi8u_uni.tbl makeuctb$x mac_uni.h: $(srcdir)/mac_uni.tbl makeuctb$x |