summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/encoding.h')
-rw-r--r--include/ruby/encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 3959ae478e..7a616a1934 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -263,8 +263,8 @@ void rb_econv_binmode(rb_econv_t *ec);
/* usable only if source encoding is ascii compatible */
#define ECONV_CRLF_NEWLINE_ENCODER 0x0200
#define ECONV_CR_NEWLINE_ENCODER 0x0400
-#define ECONV_HTML_TEXT_ENCODER 0x0800
-#define ECONV_HTML_ATTR_ENCODER 0x1000
+#define ECONV_XML_TEXT_ENCODER 0x0800
+#define ECONV_XML_ATTR_ENCODER 0x1000
/* end of flags for rb_econv_open */