Home | History | Annotate | Download | only in xml

Lines Matching refs:utf

134 // The parser assumes that its input is encoded in UTF-8.
177 // non-UTF-8 charset into UTF-8. If CharsetReader is nil or
588 if enc != "" && enc != "utf-8" && enc != "UTF-8" && !strings.EqualFold(enc, "utf-8") {
1089 d.err = d.syntaxError("invalid UTF-8")