Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2015 15:21:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 170852] [PATCH] x11-fonts/encodings: encodings.dir includes bogus entries
Message-ID:  <bug-170852-7141-xZTMIcbQR3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-170852-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-170852-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170852

jiashiun@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jiashiun@gmail.com

--- Comment #5 from jiashiun@gmail.com ---
Created attachment 158337
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158337&action=edit
Regenerate encodings.dir post-install

Anyone still working on this? Because this affects primarily non-English
non-unicode, mostly legacy applications.

I use similar (incomplete, attached) patch that basically does the same thing -
generate encodings.dir without non-compressed files listed.

Last time I peeked Ubuntu seems to have done the same fix.


For easier reproducing and verifying this bug, this is what I do:

=== Original:
jsli@rpi2:~ % luit -v -encoding big5
G0 is ASCII, G1 is Unknown (94), G2 is Unknown (94), G3 is Unknown (94).
GL is G0, GR is G1.
jsli@rpi2:~ % exit

=== Modified:
jsli@rpi2:~ % luit -v -encoding big5
G0 is ASCII, G1 is Big 5, G2 is Unknown (94), G3 is Unknown (94).
GL is G0, GR is G1.
jsli@rpi2:~ % exit

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-170852-7141-xZTMIcbQR3>