#1 2019-09-10 22:01:11

juanfer09
Member
Registered: 2019-09-05

Special characters no detected when upload .jrxml file

Hello,
I have an error with encoding when i try to upload a .jrxml file.

Client side:
- OS: Windows 10, english
- Google chrome.

Server Side
- ReportServer 3.08 Community Edition
- Glassfish server community 5.0.1
- Centos 6.10 final
- Oracle 11g

For example:
In jaspersoft studio i have this:
        <band height="79" splitType="Stretch">
            <staticText>
                <reportElement x="188" y="36" width="272" height="30" uuid="40e87322-9a86-4d88-bfec-8cf8d9550adf"/>
                <textElement>
                    <font fontName="DejaVu Sans" isBold="true"/>
                </textElement>
                <text><![CDATA[ñóáí]]></text>
            </staticText>
        </band>

But, when i upload the file, this is stored as:
        <band height="79" splitType="Stretch">
            <staticText>
                <reportElement x="188" y="36" width="272" height="30" uuid="40e87322-9a86-4d88-bfec-8cf8d9550adf"/>
                <textElement>
                    <font fontName="DejaVu Sans" isBold="true"/>
                </textElement>
                <text><![CDATA[■■■■■■]]></text>
            </staticText>
        </band>

Plase help me.

Last edited by juanfer09 (2019-09-10 22:02:49)

Offline

Board footer

Powered by FluxBB