git: locale polishing: lt_LT, et_EE, and en_IE changes

John Marino marino at crater.dragonflybsd.org
Mon Aug 10 08:51:41 PDT 2015


commit 9ebbd47df7abd81e0803cf228d15b3c372ad85db
Author: John Marino <draco at marino.st>
Date:   Mon Aug 10 13:55:39 2015 +0200

    locale polishing: lt_LT, et_EE, and en_IE changes
    
    lt_LT: Remove ISO8859-4.  If an ISO encoding is needed, -13 would be
           used instead.
    et_EE: Estonia could use ISO8859-4 (not present), the newer ISO8859-13
           (not present) or ISO8859-15 (present).  To be uniform with other
           European countries that use -15, change the default from UTF-8
           to ISO8859-15.  Do not bring in -4 or -13.
    en_IE: Ireland only had UTF-8.  To be uniform with the UK and Western
           Europe, bring in ISO8859-15 and set that as the alias for the
           shortname.  Do not bring in -1.

Summary of changes:
 Makefile_upgrade.inc                               |  1 +
 etc/mtree/BSD.local.dist                           |  4 +-
 etc/mtree/BSD.usr.dist                             |  4 +-
 share/colldef/Makefile                             |  2 +-
 share/ctypedef/Makefile                            |  2 +-
 share/ctypedef/lt_LT.ISO8859-4.src                 |  1 -
 share/locale-links/Makefile                        |  7 +-
 share/monetdef/Makefile                            |  2 +-
 .../{ca_AD.ISO8859-15.src => en_IE.ISO8859-15.src} | 12 +--
 share/msgdef/Makefile                              |  2 +-
 share/numericdef/Makefile                          |  2 +-
 share/timedef/Makefile                             |  4 +-
 .../{en_IE.UTF-8.src => en_IE.ISO8859-15.src}      |  0
 share/timedef/lt_LT.ISO8859-4.src                  | 87 ----------------------
 tools/tools/locale/etc/charmaps.xml                |  3 +-
 15 files changed, 24 insertions(+), 109 deletions(-)
 delete mode 120000 share/ctypedef/lt_LT.ISO8859-4.src
 copy share/monetdef/{ca_AD.ISO8859-15.src => en_IE.ISO8859-15.src} (100%)
 rename share/timedef/{en_IE.UTF-8.src => en_IE.ISO8859-15.src} (100%)
 delete mode 100644 share/timedef/lt_LT.ISO8859-4.src

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ebbd47df7abd81e0803cf228d15b3c372ad85db


-- 
DragonFly BSD source repository



More information about the Commits mailing list