Sha256: baf10ecc0753d960f818ce7ac7290be7037a239534dae585d08058b048a6f2fa
Contents?: true
Size: 551 Bytes
Versions: 9
Compression:
Stored size: 551 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ENCODING__ #define __RXML_ENCODING__ #include <ruby/encoding.h> extern VALUE mXMLEncoding; void rxml_init_encoding(); VALUE rxml_new_cstr(const xmlChar* xstr, const xmlChar* xencoding); VALUE rxml_new_cstr_len(const xmlChar* xstr, const long length, const xmlChar* xencoding); rb_encoding* rxml_xml_encoding_to_rb_encoding(VALUE klass, xmlCharEncoding xmlEncoding); rb_encoding* rxml_figure_encoding(const xmlChar* xencoding); #endif
Version data entries
9 entries across 9 versions & 1 rubygems