git: locales: Add 66 "@euro" symlinks, and UTF8 alias

John Marino marino at crater.dragonflybsd.org
Wed Jul 22 06:52:02 PDT 2015


commit debc4edbcb82cecf30567d65c96a5f0fe788c7c0
Author: John Marino <draco at marino.st>
Date:   Wed Jul 22 15:39:12 2015 +0200

    locales: Add 66 "@euro" symlinks, and UTF8 alias
    
    While not documented, it appears that modifiers work.  The only widely
    used modifier is "@euro" which is an alias for ISO 8859-15 coded which
    contains the Euro currently along with 7 other new symbols as compared
    to ISO 8859-1.  For all 33 localization sets that use la_LN.ISO8859-15
    for LC_CTYPE, I'm creating an @euro and .ISO-8859-15 at euro symlink to
    them.  These are still found on Linux and the .ISO-8859* extension is
    the chosen linux format (this is unfortanately not standardized thus
    BSD and Linux differ).  Thus any use of @euro will probably also refer
    to the Linux format and that's why I chose it.
    
    For the same reason, .UTF8 versions (Linux) are being symlinked to
    DragonFly's .UTF-8 versions.  Symlinks are cheap.

Summary of changes:
 share/locale-links/Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/debc4edbcb82cecf30567d65c96a5f0fe788c7c0


-- 
DragonFly BSD source repository



More information about the Commits mailing list