git: UTF8 locales: Complete implemenation of Latin-1 Supplement

John Marino marino at crater.dragonflybsd.org
Sun Aug 30 06:23:29 PDT 2015


commit 89aeb470c0a6d49188018a746e9954f7b8da49f9
Author: John Marino <draco at marino.st>
Date:   Sun Aug 30 15:12:41 2015 +0200

    UTF8 locales: Complete implemenation of Latin-1 Supplement
    
    The Latin-1 Supplement block of UTF-8 (U0080-U00FF) was not fully
    implemented.  Specifically it was missing U00A1 (inverted exclamation)
    through U00BF (inverted question mark).  Some popular characters this
    affected was cent sign, pound sign, Yen sign, broken bar, copyright
    symbol and superscripts.  On international keyboards, AltGR + number
    key wouldn't output correctly.  This addition to the manual ctype input
    definitions (and subsequent regenerations) will fix these issues.
    
    Reported by: profmakx, ivadasz
    Diagnostics: YRabbit

Summary of changes:
 share/ctypedef/en_US.UTF-8.src            | 3 +++
 tools/tools/locale/etc/common.UTF-8.src   | 3 +++
 tools/tools/locale/etc/manual-input.UTF-8 | 3 +++
 3 files changed, 9 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/89aeb470c0a6d49188018a746e9954f7b8da49f9


-- 
DragonFly BSD source repository



More information about the Commits mailing list