编码属性 meaning in English
encoded attributes
Examples
- Thus the encoding attribute of the manually transcoded xml string is still " utf - 16 " instead of " big5 " . this can be misleading if you are serializing the entire
因此这个以手工方式转码的xml字符串的编码属性仍然是“ utf - 16 ”而不是“ big5 ” 。 - When the charset attribute is not explicitly specified in the http request or response , application server looks at the encoding properties file to select the character set
如果没有在http请求或响应中显式指定字符集( charset )属性,那么application server将查看上述编码属性文件来选择字符集。 - Normally you will get this error message if your xml document contains " foreign " characters , and the file was saved with a single - byte encoding editor like notepad , and no encoding attribute was specified
通常情况下,如果你的xml的文档包含外文字符,或者,文件是使用类似于记事本这样的单字节编辑器来保存的,再或者,编码属性没有被指定,那么,你就会收到这个错误信息。