<?xml version="1.0" encoding="UTF-8"?>
<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="Characterset-Test" language="groovy" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="527ae3c1-c10e-4b41-b983-14305308c942">
	<property name="ireport.zoom" value="1.5"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<background>
		<band/>
	</background>
	<title>
		<band height="72">
			<frame>
				<reportElement uuid="3501dac6-be9b-47b1-bf09-8b25fbc6c79f" mode="Opaque" x="-20" y="-20" width="595" height="92" backcolor="#006699"/>
				<staticText>
					<reportElement uuid="2464c9ca-82a1-48c9-87ea-b68192294c4a" x="20" y="20" width="349" height="45" forecolor="#FFFFFF"/>
					<textElement>
						<font fontName="Arial" size="34" isBold="true"/>
					</textElement>
					<text><![CDATA[Characterset Test]]></text>
				</staticText>
			</frame>
		</band>
	</title>
	<pageHeader>
		<band height="50">
			<line>
				<reportElement uuid="a511fbdc-5dd2-4d02-9b49-f7d8f8b0feb3" x="-20" y="49" width="595" height="1" forecolor="#666666"/>
			</line>
			<staticText>
				<reportElement uuid="6f85b46e-f5b1-4f07-b38c-aa0f6bf985e3" x="14" y="19" width="521" height="30"/>
				<textElement>
					<font fontName="Arial"/>
				</textElement>
				<text><![CDATA[You can view or print this report but in pdf output you will miss some characters as long as you did not provide the Arial font as described in this HowTo: http://jasperstarter.sourceforge.net/unicode-pdf-export.html]]></text>
			</staticText>
		</band>
	</pageHeader>
	<columnHeader>
		<band height="5"/>
	</columnHeader>
	<detail>
		<band height="400">
			<staticText>
				<reportElement uuid="c15d0e17-2850-4010-b65a-e4822a371ba3" x="14" y="15" width="521" height="24"/>
				<textElement>
					<font fontName="Arial" size="15"/>
				</textElement>
				<text><![CDATA[German umlauts: ä ö ü ß]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="932e0e82-e31a-42d5-9a10-b3bb48b06acf" x="14" y="39" width="521" height="24"/>
				<textElement>
					<font fontName="Arial" size="15"/>
				</textElement>
				<text><![CDATA[Czech: á č ď é ě í ň ó ř š ť ú ů ý ž]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="91d9e448-d40d-4ee0-98a2-0e92c00f8b6c" x="14" y="63" width="521" height="24"/>
				<textElement>
					<font fontName="Arial" size="15"/>
				</textElement>
				<text><![CDATA[Cyrillic: б в г д ж з и ь к л м н п ф ц ч ш шт э я ю я ы]]></text>
			</staticText>
		</band>
	</detail>
	<columnFooter>
		<band/>
	</columnFooter>
	<pageFooter>
		<band height="17">
			<textField>
				<reportElement uuid="470071d6-9789-41e5-b8f6-3e4340cc0ab2" mode="Opaque" x="0" y="4" width="515" height="13" backcolor="#E6E6E6"/>
				<textElement textAlignment="Right"/>
				<textFieldExpression><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression>
			</textField>
			<textField evaluationTime="Report">
				<reportElement uuid="f64278b8-d5b7-41e6-a40d-0e8929c0b848" mode="Opaque" x="515" y="4" width="40" height="13" backcolor="#E6E6E6"/>
				<textElement/>
				<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<textField pattern="EEEEE dd MMMMM yyyy">
				<reportElement uuid="2696db9f-481e-441c-8557-40163e951201" x="0" y="4" width="100" height="13"/>
				<textElement/>
				<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
			</textField>
		</band>
	</pageFooter>
	<summary>
		<band/>
	</summary>
</jasperReport>
