From 76b306302241a9fb6411571c4cbfe701fdd56f54 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 6 Sep 2008 14:05:10 +0000 Subject: * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from ECONV_HTML_TEXT_ENCODER. (ECONV_XML_ATTR_ENCODER): renamed from ECONV_HTML_ATTR_ENCODER. * enc/trans/escape.trans: follow the renaming. * transcode.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3