Sha256: 7563076557fab2e8bd7d4c713b99fcbebcd9750748408d2f32a33ad956f64e5b
Contents?: true
Size: 312 Bytes
Versions: 18
Compression:
Stored size: 312 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ENCODING__ #define __RXML_ENCODING__ extern VALUE mXMLEncoding; void rxml_init_encoding(); #ifdef HAVE_RUBY_ENCODING_H VALUE rxml_xml_encoding_to_rb_encoding(VALUE klass, xmlCharEncoding xmlEncoding); #endif #endif
Version data entries
18 entries across 18 versions & 1 rubygems