Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2015 23:04:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r290314 - projects/collation/share/locale-links
Message-ID:  <201511022304.tA2N4ofN095220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov  2 23:04:49 2015
New Revision: 290314
URL: https://svnweb.freebsd.org/changeset/base/290314

Log:
  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

Modified:
  projects/collation/share/locale-links/Makefile

Modified: projects/collation/share/locale-links/Makefile
==============================================================================
--- projects/collation/share/locale-links/Makefile	Mon Nov  2 22:56:24 2015	(r290313)
+++ projects/collation/share/locale-links/Makefile	Mon Nov  2 23:04:49 2015	(r290314)
@@ -53,7 +53,6 @@ SYMLINKS+=	${symdir}.ISO8859-15 ${LOCALE
          ${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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511022304.tA2N4ofN095220>