When you open a tested and well running jrxml file, with utf encoding specified in <?xml version="1.0" encoding="UTF-8"?> tag, Jaspersoft Studio open it without no problem.
When you saves the design, it is saved with OS codepage (I tried under windows XP cp1252) but the xml tag still saying that the xml is encoded with UTF-8.
Then, when you try to open again the file, if the file has language dependent characters, you can receive an XML SAX Parser Exception telling that the xml file is not UTF-8 encoded.
You can open it again if you manually changes the encoding property of the xml tag to encoding="windows-1252", but again, when you saves your design, this is changed to utf-8.
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now