svn commit: r290314 - projects/collation/share/locale-links

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 2 23:04:51 UTC 2015


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


More information about the svn-src-projects mailing list