summaryrefslogtreecommitdiff
path: root/ext/iconv/php_iconv.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-05-21 15:03:20 +0000
committerAntony Dovgal <tony2001@php.net>2008-05-21 15:03:20 +0000
commita894ab2a007a0324beaf583b80e30afef75bef3d (patch)
treea86df3d087b3d36e637ae2e69e4f1c98e1d9c24d /ext/iconv/php_iconv.h
parenta41e990b07d043158bed67efb8f6c1e476ad40cb (diff)
downloadphp-git-a894ab2a007a0324beaf583b80e30afef75bef3d.tar.gz
MFH
Diffstat (limited to 'ext/iconv/php_iconv.h')
-rw-r--r--ext/iconv/php_iconv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h
index 8f098b9ecd..1124eb6851 100644
--- a/ext/iconv/php_iconv.h
+++ b/ext/iconv/php_iconv.h
@@ -83,11 +83,13 @@ ZEND_END_MODULE_GLOBALS(iconv)
# define ICONV_OUTPUT_ENCODING "ISO8859-1"
# define ICONV_INTERNAL_ENCODING "ISO8859-1"
# define ICONV_ASCII_ENCODING "IBM-850"
+# define ICONV_UCS4_ENCODING "UCS-4"
#else
# define ICONV_INPUT_ENCODING "ISO-8859-1"
# define ICONV_OUTPUT_ENCODING "ISO-8859-1"
# define ICONV_INTERNAL_ENCODING "ISO-8859-1"
# define ICONV_ASCII_ENCODING "ASCII"
+# define ICONV_UCS4_ENCODING "UCS-4LE"
#endif
#ifndef ICONV_CSNMAXLEN