Date: Mon, 21 Jan 2002 13:52:02 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/scrnmaps iso-8859-1_to_cp437 iso-8859-7_to_cp437 koi8-r2cp866 koi8-u2cp866u us-ascii_to_cp437 Message-ID: <200201212152.g0LLq2w35769@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2002/01/21 13:52:02 PST Modified files: share/syscons/scrnmaps iso-8859-1_to_cp437 iso-8859-7_to_cp437 koi8-r2cp866 koi8-u2cp866u us-ascii_to_cp437 Log: The idea of mapping non-existen characters to space (0x20) was nice alone, but those maps also used as backward maps for Paste, so space becomes mapped to last non-existen character on Paste as result. Fix it by mapping non-existen characters to another non-existen one, i.e. to 0x00, so unused 0x00 can be backward-mapped to some junk without real harm. Pointed by: Alexander Kabaev <ak03@gte.com> Revision Changes Path 1.3 +13 -13 src/share/syscons/scrnmaps/iso-8859-1_to_cp437 1.3 +14 -14 src/share/syscons/scrnmaps/iso-8859-7_to_cp437 1.3 +5 -5 src/share/syscons/scrnmaps/koi8-r2cp866 1.3 +5 -5 src/share/syscons/scrnmaps/koi8-u2cp866u 1.2 +21 -21 src/share/syscons/scrnmaps/us-ascii_to_cp437 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201212152.g0LLq2w35769>