YAML_UTF8_ENCODING  105 ext/psych/psych_parser.c 	*parser_encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING  122 ext/psych/psych_parser.c     *parser_encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING  142 ext/psych/psych_parser.c 	*parser_encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING  147 ext/psych/psych_parser.c 	*parser_encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING  569 ext/psych/psych_parser.c     rb_define_const(cPsychParser, "UTF8", INT2NUM(YAML_UTF8_ENCODING));
YAML_UTF8_ENCODING  505 ext/psych/yaml/emitter.c             emitter->encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING  532 ext/psych/yaml/emitter.c         if (emitter->encoding != YAML_UTF8_ENCODING) {
YAML_UTF8_ENCODING   78 ext/psych/yaml/reader.c         parser->encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING   83 ext/psych/yaml/reader.c         parser->encoding = YAML_UTF8_ENCODING;
YAML_UTF8_ENCODING  206 ext/psych/yaml/reader.c                 case YAML_UTF8_ENCODING:
YAML_UTF8_ENCODING   51 ext/psych/yaml/writer.c     if (emitter->encoding == YAML_UTF8_ENCODING)