Imported Upstream version 2.9.5_rc1
[platform/upstream/libxml2.git] / xmlschemastypes.c
index 5f38599..c9674ba 100644 (file)
@@ -7,6 +7,11 @@
  * Daniel Veillard <veillard@redhat.com>
  */
 
+/* To avoid EBCDIC trouble when parsing on zOS */
+#if defined(__MVS__)
+#pragma convert("ISO8859-1")
+#endif
+
 #define IN_LIBXML
 #include "libxml.h"