git: Fix three clr2def2 character maps

John Marino marino at crater.dragonflybsd.org
Sat Aug 1 11:01:41 PDT 2015


commit 6932208f5c4277fac12f672ed07cd32f74610bc7
Author: John Marino <draco at marino.st>
Date:   Sat Aug 1 19:37:45 2015 +0200

    Fix three clr2def2 character maps
    
    The localedef(1) tool does not allow two symbols to be mapped to
    the same unicode character.  I actually don't know if this is really
    "wrong", but I had to adjust a couple of character sets that
    violated this rule: ARMSCII-8 and Big5HKSCS.  Neither are present
    on Illumos so that may explain why localedef(1) wasn't prepared
    to do anything except throw an error.
    
    The CP866 charset had a trailing garbage at the end of the file that
    localedef didn't like, so I removed it.

Summary of changes:
 tools/tools/locale/etc/charmaps/ARMSCII-8.TXT | 10 +++++-----
 tools/tools/locale/etc/charmaps/Big5HKSCS.TXT | 16 ++++++++--------
 tools/tools/locale/etc/charmaps/CP866.TXT     |  2 --
 3 files changed, 13 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6932208f5c4277fac12f672ed07cd32f74610bc7


-- 
DragonFly BSD source repository



More information about the Commits mailing list