You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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