Bug 28571 - Missing ukrainian capital GHE (G3) in koi8-u-8x8 font
Summary: Missing ukrainian capital GHE (G3) in koi8-u-8x8 font
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 4.3-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-01 17:00 UTC by klim
Modified: 2001-12-05 17:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (614 bytes, patch)
2001-07-01 17:00 UTC, klim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description klim 2001-07-01 17:00:17 UTC
	Ukrainian koi8-u-8x8 font doesn't have G3 character - CYRILLIC
	(UKRAINIAN) CAPITAL LETTER GHE WITH UPTURN.
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2001-11-14 18:42:29 UTC
Responsible Changed
From-To: freebsd-bugs->sobomax

Maxim has imported UA console support
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-11-15 08:30:58 UTC
What about 8x16 and 8x14 koi8-u fonts as well as all cp866u fonts?
Please either explain why it isn't necessary or submit updated patch
in the follow-up.

Thanks!

-Maxim
Comment 3 kao 2001-11-15 08:45:54 UTC
8x16 and 8x14 fonts have this letters. All koi8u fonts
have small GHE. But capital GHE missed in koi8-u-8x8.
I can't say anything about cp866u, because I've never 
used it.

Alexey Klimov

On Thu, 15 Nov 2001, Maxim Sobolev wrote:

> What about 8x16 and 8x14 koi8-u fonts as well as all cp866u fonts?
> Please either explain why it isn't necessary or submit updated patch
> in the follow-up.
> 
> Thanks!
> 
> -Maxim
>
Comment 4 kao 2001-12-02 22:13:47 UTC
Hi,

I've examined Ukrainian fonts. All fonts include capital GHE 
except koi8-u-8x8. Here is this font's dump.

<skip>

--------
- ­ ----
        
     ## 
 ###### 
 ##     
 ##     
 ##     
 ##     
        
--------

<skip>

- ½ ----
 ^^^
<if you load Ukrainian 8x16 or 8x14 font, you can see here GHE>

  ## ## 
  ## ## 
  ## ## 
########
  ## ## 
  ## ## 
  ## ## 
  ## ## 
--------

With my PR I sent reverse patch. Now I wish to correct
my mistake.

--- koi8-u-8x8.fnt.orig	Sun Nov 25 15:51:09 2001
+++ koi8-u-8x8.fnt	Sun Dec  2 21:02:46 2001
@@ -33,7 +33,7 @@
 M-C88'Q@?`````#8V-C\`````-C<P/P`````8^!CX```````&?F!@8&``-O8&
 M_@`````8'Q@?&!@8&#8V-C<V-C8V-C<P-S8V-C88^!CX&!@8&&8`?F!\8'X`
 M/&;`^,!F/``V]@;V-C8V-C!X,#`P,'@`2'@P,#`P>```_P#W-C8V-AC_`/\`
-M````-C8V_P`````V]P#_`````!C_&/\8&!@8-C8V_S8V-C8V]P#W-C8V-CQ"
+M````-C8V_P`````V]P#_`````!C_&/\8&!@8!GY@8&!@8``V]P#W-C8V-CQ"
 MF:&AF4(\``#.V_O;S@```'@,?,QV```\8#QF9CP```!F9F9F?P,``#QL;&S^
 MQ@``/&9^8#P```!^V]M^&````'Y@8&!@````9CP8/&8```!F;GYV9@``&&9N
 M?G9F````9FQX;&8````>-F9F9@```,;^_M;&````9F9^9F8````\9F9F/```


Alexey Klimov
Comment 5 Maxim Sobolev freebsd_committer freebsd_triage 2001-12-05 16:13:32 UTC
State Changed
From-To: open->closed

Committed, big thanks! Please also verify that cp866-u fonts also contain 
that letter and submit a PR if necessary.