From owner-freebsd-bugs Sun Jun 17 8:50:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D89F37B40A for ; Sun, 17 Jun 2001 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5HFo1b32107; Sun, 17 Jun 2001 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF0637B409 for ; Sun, 17 Jun 2001 08:43:27 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5HFhRt31668; Sun, 17 Jun 2001 08:43:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200106171543.f5HFhRt31668@freefall.freebsd.org> Date: Sun, 17 Jun 2001 08:43:27 -0700 (PDT) From: Eugene Ossintsev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/28230: iso-8859-1_to_cp437.scm doesn't contain some useful mappings Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28230 >Category: misc >Synopsis: iso-8859-1_to_cp437.scm doesn't contain some useful mappings >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 08:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eugene Ossintsev >Release: 4.3 >Organization: >Environment: FreeBSD 4.3-RELEASE i386 >Description: /usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm doesn't contain some useful mappings, namely, the ACS symbols (including semigraphics) and a pair of the European letters. >How-To-Repeat: Having rc.conf configured as scrnmap="iso-8859-1_to_cp437" # font8x16="iso-8x16" just open any console application with the ACS frames and borders, and see the diamond symbol everywhere instead. Or start, e.g. "man " and see the diamond again instead of the SOFT HYPHEN symbol. Now congifure rc.conf as # scrnmap="iso-8859-1_to_cp437" font8x16="iso-8x16" and find the differences. --------- Using the direct ISO symbol drawing is OK. But sometimes the mapping from CP437 is more preferrable, as it allows to avoid the problem with 8bit expanding on VGA adapters. It can be noticed using the latter configuration: horizontal graphics lines looks separated with one pixel. In case of mapping from CP437 they are OK. >Fix: Put into the /usr/share/syscons/scrnmaps the fixed version of iso-8859-1_to_cp437.scm that is given below. ------------------------------- begin 644 iso-8859-1_to_cp437.scm M``$"`P0%!@<("0H+#`T.#Q`1$A,4%187&!D:&QP='A\@(2(C)"4F)R@I*BLL M+2XO,#$R,S0U-C'EZ>WQ]?G\@!+$$!`0$ M^/$$!-F_VL#%!`3$!`3#M,'"L_/RXP2<^B"MFYP$G7P$(D-AKJHM4@3X\?TS M)^84^BPQIZ^LJP2H04%!08Z/DH!%D$5%24E)242E3T]/3YEX3U5559I94.&% ?H(-AA(:1AXJ"B(F-H8R+9*25HI-OE/9OEZ.6@7EPF$]/ ` end ------------------------------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message