由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How to handle invalid XML character
相关主题
A new question Re: java thread question请问用eclipse开发中文的软件
实实在在受不了了,还是来这里求教!问个java logger的问题
一个想不明白的编码问题请教读取中文文件的问题
请教一个java程序在linux下中文显示乱码问题怎麼得到字符串中的raw bytes?
请教个html显示utf8 string的问题 (转载)我脑袋短路,大家来帮一下:
a stupid question从文件读入数据得到的是bytes
请教汉字的utf-8 mapping (转载)Eclipse不能保存UTF-8文件?
显示email中文的问题如何在applet frame窗口的菜单显示中文
相关话题的讨论汇总
话题: xml话题: character话题: invalid话题: handle话题: do
进入Java版参与讨论
1 (共1页)
t**i
发帖数: 9
1
I ran into the following exception. I can't see '^@' in the text which I tried
to convert into a xml string. And I tried to do str = str.replaceAll('^@',
''), but it didn't help.
Do you know a way to handle this problem? Is there an ideal way that we can
handle all invalid xml characters?
I'm using xercesImpl.jar and xml-apis.jar. And I'm using xml 1.0, encoding
UTF-8.
Thanks!
java.io.IOException: The character '^@' is an invalid XML character
java.io.IOException: The character '^@' is an invali
1 (共1页)
进入Java版参与讨论
相关主题
如何在applet frame窗口的菜单显示中文请教个html显示utf8 string的问题 (转载)
问个xml的问题a stupid question
multiple PropertyPlaceHolderConfigurer in spring applicationContext.xml?请教汉字的utf-8 mapping (转载)
运行servlet时出现的http status 404问题显示email中文的问题
A new question Re: java thread question请问用eclipse开发中文的软件
实实在在受不了了,还是来这里求教!问个java logger的问题
一个想不明白的编码问题请教读取中文文件的问题
请教一个java程序在linux下中文显示乱码问题怎麼得到字符串中的raw bytes?
相关话题的讨论汇总
话题: xml话题: character话题: invalid话题: handle话题: do