Does anyone made report using Cyrillic letters....
Report should be called from Oracle Apex 18. and compiled in Jaspersoft Studio
I have a few reports using Cyrillic letters. What problem do you have?
JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
I use the Arial font.
Full example jrxml code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.12.0.final using JasperReports Library version 6.12.1-ac0eebdb29e4c0985457bab279a6db744d661530 -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Cyrillic" language="groovy" pageWidth="595" pageHeight="100" whenNoDataType="AllSectionsNoDetail" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="d72c22af-4de9-4f15-8e0b-95902c908653">
<title>
<band height="14">
<staticText>
<reportElement x="0" y="0" width="554" height="14" isRemoveLineWhenBlank="true" uuid="3ac466e1-3b7a-4732-9865-c2e8237a01e1">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" markup="none">
<font fontName="Arial" pdfEncoding="Cp1251"/>
</textElement>
<text><![CDATA[ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮйцукенгшщзхъфывапролджэячсмитьбю]]></text>
</staticText>
</band>
</title>
</jasperReport>
Hi @rajkogojkovic,
could you make it work with the help of @ViktorAfnt ?
If so, please mark the post as "answer" to indicate that it is closed now.
Thank you
~Dietmar.