[Bug 170852] [PATCH] x11-fonts/encodings: encodings.dir includes bogus entries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 4 15:21:05 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170852

jiashiun at gmail.com changed:

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

--- Comment #5 from jiashiun at 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 at 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 at rpi2:~ % exit

=== Modified:
jsli at 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 at rpi2:~ % exit

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list