From owner-cvs-all Mon Jan 21 13:52:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EACF837B404; Mon, 21 Jan 2002 13:52:02 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0LLq2w35769; Mon, 21 Jan 2002 13:52:02 -0800 (PST) (envelope-from ache) Message-Id: <200201212152.g0LLq2w35769@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 21 Jan 2002 13:52:02 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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