[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV fotemods.zip update
From: |
Ismael Cordeiro |
Subject: |
Re: LYNX-DEV fotemods.zip update |
Date: |
Mon, 30 Jun 1997 11:01:14 -0400 (EDT) |
On Sun, 29 Jun 1997, Foteos Macrides wrote:
> 1997-06-29
> * Worked in KW's chartrans support, casting all of its code to the Lynx
> Programming Style, adapting it for features not yet included in the
> development code set, and adding a build procedure for VMS. With this
> support, the display character set need not match the document's charset
> when the latter is not iso-8859-1. See the README files in src/chrtrans
> for more information. Three new configuration symbols (ASSUME_CHARSET,
> ASSUME_LOCAL_CHARSET, and ASSUME_UNREC_CHARSET) and command line
> switches (-assume_charset=MIMEname, -assume_local_charset=MIMEname, and
> -assume_unrec_charset=MIMEname) are added. See lynx.cfg for more
> information about them. - FM
Here's how Lynx is displaying lynx2-7-1/test/iso8859-1.html with the new
mods:
Description Code Entity name
=================================== =========== =============
quotation mark " -> "" " -> "
ampersand & -> && & -> &
less-than sign < -> << < -> <
greater-than sign > -> >> > -> >
Description Char Code Entity name
=================================== ==== =========== =============
non-breaking space   -> ->
inverted exclamation mark ¡ ¡ -> ¡¡ ¡ -> ¡
cent sign ¢ ¢ -> ¢¢ ¢ -> ¢
pound sign £ £ -> ££ £ -> £
currency sign ¤ ¤ -> ¤¤ ¤ -> ¤
yen sign ¥ ¥ -> ¥¥ ¥ -> ¥
broken vertical bar ¦ ¦ -> ¦¦ ¦ -> ¦
&brkbar; -> ¦
section sign § § -> §§ § -> §
And here's how it was displayed before:
Description Code Entity name
=================================== =========== =============
quotation mark " -> " " -> "
ampersand & -> & & -> &
less-than sign < -> < < -> <
greater-than sign > -> > > -> >
Description Char Code Entity name
=================================== ==== =========== =============
non-breaking space   -> ->
inverted exclamation mark ¡ ¡ -> ¡ ¡ -> ¡
cent sign ¢ ¢ -> ¢ ¢ -> ¢
pound sign £ £ -> £ £ -> £
currency sign ¤ ¤ -> ¤ ¤ -> ¤
yen sign ¥ ¥ -> ¥ ¥ -> ¥
broken vertical bar ¦ ¦ -> ¦ ¦ -> ¦
&brkbar; -> ¦
section sign § § -> § § -> §
Ismael
+----------------------------------------------------------+
| ISMAEL CORDEIRO | address@hidden |
| Montréal - Québec - Canada | http://www.cam.org/~ismael/ |
+----------------------------------------------------------+
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- Re: LYNX-DEV fotemods.zip update, (continued)
- Re: LYNX-DEV fotemods.zip update, Foteos Macrides, 1997/06/20
- Re: LYNX-DEV fotemods.zip update, Foteos Macrides, 1997/06/20
- Re: LYNX-DEV fotemods.zip update, H E Nelson, 1997/06/20
- Re: LYNX-DEV fotemods.zip update, Foteos Macrides, 1997/06/20
- Re: LYNX-DEV fotemods.zip update, H E Nelson, 1997/06/21
- LYNX-DEV fotemods.zip update, Foteos Macrides, 1997/06/26
- LYNX-DEV fotemods.zip update, Foteos Macrides, 1997/06/29
- LYNX-DEV fotemods.zip update, Foteos Macrides, 1997/06/30