locales: Add 66 "@euro" symlinks, and UTF8 alias
authorJohn Marino <draco@marino.st>
Wed, 22 Jul 2015 13:39:12 +0000 (15:39 +0200)
committerJohn Marino <draco@marino.st>
Wed, 22 Jul 2015 13:52:00 +0000 (15:52 +0200)
commitdebc4edbcb82cecf30567d65c96a5f0fe788c7c0
treeae2423638ff77500e75228b98cc3ba2ddb957038
parentae9aac8d8fa13ce851118c614dd16f804edfb554
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@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.
share/locale-links/Makefile