components/groff/patches/preconv-iconv.patch
author pkidd <patrick.kidd@oracle.com>
Thu, 06 Oct 2016 15:40:32 -0700
branchs11u3-sru
changeset 7068 568b699564d4
parent 3706 bd45826ad92c
permissions -rw-r--r--
build metadata for S11.3SRU14.1

This patch comes from in-house and this is Solaris 11 UR specific patch.

--- groff-1.22.2/src/preproc/preconv/preconv.cpp.org	2015-01-03 23:48:25.219040756 -0800
+++ groff-1.22.2/src/preproc/preconv/preconv.cpp	2015-01-03 23:48:54.304173930 -0800
@@ -34,9 +34,9 @@
 #if HAVE_ICONV
 # include <iconv.h>
 # ifdef WORDS_BIGENDIAN
-#  define UNICODE "UTF-32BE"
+#  define UNICODE "UCS-4BE"
 # else
-#  define UNICODE "UTF-32LE"
+#  define UNICODE "UCS-4LE"
 # endif
 #endif