summaryrefslogtreecommitdiffstats
path: root/share/locale-links
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-11-02 23:04:49 +0000
committerbapt <bapt@FreeBSD.org>2015-11-02 23:04:49 +0000
commitd0c32ea0fd9ba84638d31119c22d09d0254e9a60 (patch)
tree0f53de498a648436bc4db5859b3730833d981061 /share/locale-links
parent7edeed0f0f1bf045f4d41204916b77b78b4f3cfb (diff)
downloadFreeBSD-src-d0c32ea0fd9ba84638d31119c22d09d0254e9a60.zip
FreeBSD-src-d0c32ea0fd9ba84638d31119c22d09d0254e9a60.tar.gz
locales: Remove symlinks UTF8 => UTF-8
In retrospect, having an alias for UTF-8 does not bring any real benefits and it can cause confusion. Let's remove this *.UTF8 locale symlinks which is closer to the convention of the other BSDs. GCC testsuite is also removing utf8 and UTF8 locales for portability with BSD. Submitted by: marino Obtained from: DragonflyBSD
Diffstat (limited to 'share/locale-links')
-rw-r--r--share/locale-links/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/locale-links/Makefile b/share/locale-links/Makefile
index 28dd17c..0fbb9c8 100644
--- a/share/locale-links/Makefile
+++ b/share/locale-links/Makefile
@@ -53,7 +53,6 @@ SYMLINKS+= ${symdir}.ISO8859-15 ${LOCALEDIR}/${symdir}
${STD5:M${symdir}} || ${STD15:M${symdir}} || ${MANUAL:M${symdir}})
SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}
. endif
-SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}.UTF8
.endfor
# We need to keep zh_CN.* around as aliases to zh_Hans_CN.* because some
OpenPOWER on IntegriCloud