I made report and I it is using XML data and XSD dataset. On my computer during report editing I receive this error:
Connection 'Expert': Invalid character in the given encoding. Line 1214, position 41.
but report is generated and can be viewed with all data. This character is EASTEURPOEAN Č.
If I put report on customer computer with only generated XML from my applicaton there is no data in report. Report is shown but no data. I am using WIN1250 charset. Is there some trick to tell report viewer to use proper chareset?
Best regards,
dikan
bad character in XML
Re: bad character in XML
Hello, dikan.
Please, check what code page is set in the XML file. If it is a UTF-8 and you write there text in Windows-1250 code page, you will get a error.
If the code page in XML file is right. Please, send us this file for analysis.
Thank you.
Please, check what code page is set in the XML file. If it is a UTF-8 and you write there text in Windows-1250 code page, you will get a error.
If the code page in XML file is right. Please, send us this file for analysis.
Thank you.
Re: bad character in XML
I included in my XML next definition
<?xml version="1.0" encoding="iso-8859-2" ?>
and now everything goes smooth.
Thank you.
dikan
<?xml version="1.0" encoding="iso-8859-2" ?>
and now everything goes smooth.
Thank you.
dikan
Re: bad character in XML
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.