svn commit: r258254 - head/share/i18n/esdb/UTF

Peter Wemm peter at FreeBSD.org
Sun Nov 17 06:50:41 UTC 2013


Author: peter
Date: Sun Nov 17 06:50:41 2013
New Revision: 258254
URL: http://svnweb.freebsd.org/changeset/base/258254

Log:
  Alias WCHAR_T to UCS-4-INTERNAL.  WCHAR_T is the internal encoding
  of a wchar_t type - which is 32 bit on FreeBSD.  This matches observed
  behavior on a libiconv machine.

Modified:
  head/share/i18n/esdb/UTF/UTF.alias

Modified: head/share/i18n/esdb/UTF/UTF.alias
==============================================================================
--- head/share/i18n/esdb/UTF/UTF.alias	Sun Nov 17 06:33:08 2013	(r258253)
+++ head/share/i18n/esdb/UTF/UTF.alias	Sun Nov 17 06:50:41 2013	(r258254)
@@ -28,6 +28,7 @@
 16LE		utf16le
 
 32-INTERNAL	ucs-4-internal
+32-INTERNAL	wchar_t
 
 32-SWAPPED	ucs-4-swapped
 


More information about the svn-src-all mailing list