components/groff/patches/preconv-iconv.patch
author Petr Nyc <Petr.Nyc@Oracle.COM>
Fri, 18 Sep 2015 00:26:21 -0400
branchs11u3-sru
changeset 4874 3c3d9a5b5065
parent 3706 bd45826ad92c
permissions -rw-r--r--
build metadata for S11.3SRU1.2

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