aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LPX-00283: document encoding is ~s-based but default input encoding is not

LPX-00283: document encoding is ~s-based but default input encoding is not
Cause: The input document was detected to be ASCII (or EBCDIC) based, but no encoding was specified in the XMLDecl and the default input coding was not ASCII (or EBCDIC) based, so could not be applied.
Action: Add an explicit encoding specification to the XMLDecl so the default input encoding is not needed, or pick a default encoding which matches the input document.

请先 登录 后评论

1 个回答

小智
LPX-00283:文档编码是基于s的,但默认的输入编码不是,
.原因:输入文档被检测为基于ASCII(或EBCDIC),但是在XMLDecl中未指定编码,并且默认输入编码不是基于ASCII(或EBCDIC),因此无法应用。,
.操作:将明确的编码规范添加到XMLDecl,以便不需要默认输入编码,或选择与输入文档匹配的默认编码。,
.
请先 登录 后评论