Date: Mon, 25 Nov 2002 11:45:18 +0300 From: "Denis N. Peplin" <den@volginfo.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: misc/45704: [PATCH] request to change cp866b to cp866 Message-ID: <200211251145.18921.den@volginfo.ru>
next in thread | raw e-mail | index | archive | help
>Number: 45704
>Category: misc
>Synopsis: [PATCH] request to change cp866b to cp866
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 25 00:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Denis N.Peplin <den@volginfo.ru>
>Release: FreeBSD 4.7-RELEASE-p1 i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD img.local 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Wed Nov 6 16:45:51 MSK 2002 sg@img.local:/usr/obj/usr/src/sys/nKERN2 i386
>Description:
Console font cp866b is bigger than standart console font
and have a bad look.
>How-To-Repeat:
put
font8x16=cp866b-8x16
into rc.conf, or use sysinstall to change fonts.
>Fix:
--- menus.c Mon Nov 25 11:34:33 2002
+++ menus.c.old Mon Nov 25 11:34:14 2002
@@ -2043,7 +2043,7 @@
{ "4 IBM 865", "Norwegian, IBM encoding", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=cp865-8x8,font8x14=cp865-8x14,font8x16=cp865-8x16" },
{ "5 IBM 866", "Russian, IBM encoding (use with KOI8-R screenmap)", dmenuVarCheck, dmenuSetVariables, NULL,
- "font8x8=cp866-8x8,font8x14=cp866-8x14,font8x16=cp866-8x16,mousechar_start=3" },
+ "font8x8=cp866-8x8,font8x14=cp866-8x14,font8x16=cp866b-8x16,mousechar_start=3" },
{ "6 IBM 866u", "Ukrainian, IBM encoding (use with KOI8-U screenmap)", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=cp866u-8x8,font8x14=cp866u-8x14,font8x16=cp866u-8x16,mousechar_start=3" },
{ "7 IBM 1251", "Cyrillic, MS Windows encoding", dmenuVarCheck, dmenuSetVariables, NULL,
<how to correct or work around the problem, if known (multiple lines)>
>Release-Note:
>Audit-Trail:
>Unformatted:
SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
SEND-PR: Please consult the following URL if you are not sure how to
SEND-PR: fill out a problem report:
SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html
SEND-PR:
SEND-PR: Note that the Synopsis field is mandatory.
SEND-PR:
SEND-PR: Please note that (unless you state otherwise) if your report
SEND-PR: includes a patch then it will be taken under the same license as
SEND-PR: the one on the file(s) you want to change.
SEND-PR:
SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND
SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES.
SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC.
SEND-PR:
SEND-PR: For sensitive security issues, consider contacting the FreeBSD
SEND-PR: security officer team (security-officer@freebsd.org) directly.
SEND-PR:
SEND-PR: Choose from the following categories:
SEND-PR:
SEND-PR: advocacy alpha bin conf docs gnu
SEND-PR: i386 ia64 java kern misc ports
SEND-PR: powerpc sparc64 standards www
SEND-PR:
To: FreeBSD-gnats-submit@freebsd.org
From: Denis N.Peplin <den@volginfo.ru>
Reply-To: Denis N.Peplin <den@volginfo.ru>
Cc:
X-send-pr-version: 3.113
X-GNATS-Notify:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211251145.18921.den>
