Bug 883 - Unicode -> koi8-r recoding table for TrueType is broken in XFree86-3.3.3-11
Summary: Unicode -> koi8-r recoding table for TrueType is broken in XFree86-3.3.3-11
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: XFree86
Version: 1.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-01-19 20:23 UTC by Leonid Kanter
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-06-17 17:06:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Leonid Kanter 1999-01-19 20:23:45 UTC
Unicode -> koi8-r recoding table for TrueType is broken.
Here is my patch:

--- XFree86-3.3.3.1/xc.orig/lib/font/FreeType/ftenc.c   Fri
Oct  19:48:46 1998
+++ XFree86-3.3.3.1/xc/lib/font/FreeType/ftenc.c        Sun
Jan 17 23:15:37 1999@@ -401,7 +401,7 @@
   0x042C, 0x042B, 0x0417, 0x0428, 0x042D, 0x0429,
0x0427,0x042A};

 static struct ttf_simple_remapping koi8_r_to_unicode_map=
-{ 0xA0, 0x100, koi8_r_tophalf };
+{ 0x80, 0x100, koi8_r_tophalf };


 static struct ttf_encoding_alternative koi8_r[]=

Comment 1 Cristian Gafton 1999-06-17 16:46:59 UTC
Is this still valid?
assigned to pbrown

Comment 2 Cristian Gafton 1999-06-17 17:06:59 UTC
Reports came in that the bug is fixed in RH 6.0


Note You need to log in before you can comment on or make changes to this bug.