Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Implementation of Cyrillic letter #9

#1

Does anyone made report using Cyrillic letters....
Report should be called from Oracle Apex 18. and compiled in Jaspersoft Studio

  • replies 5
  • views 2.6K
  • likes 0
#2

I have a few reports using Cyrillic letters. What problem do you have?

#3

A have managed it by choosing correct font and in advanced properties set pdf embedded to "true" and pdf encoding set to "Identity H" in jasper reports studio.
Which fonts do you use in yours reports

I use the Arial font.

Cyrillic.png

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>
Preferences.png
#5

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.

daust added the waiting for reply from reporter label
#6