mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 14:02:15 +00:00
24 lines
732 B
XML
24 lines
732 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
|
<!DOCTYPE document SYSTEM "rml.dtd">
|
|
<document filename="encoding-test-utf8.pdf">
|
|
|
|
<template>
|
|
<pageTemplate id="main">
|
|
<frame id="first" x1="72" y1="72" width="451" height="698"/>
|
|
</pageTemplate>
|
|
</template>
|
|
|
|
<story>
|
|
<title>Test of Encoding: UTF-8</title>
|
|
<para>
|
|
This following paragraph contains multiple European symbols.
|
|
</para>
|
|
<spacer length="1in" />
|
|
<para>
|
|
Das ist ein „Deutscher Text”: Er hat eine Länge von über einer
|
|
Zeile. Das ist aber nötig um alle Funktionen zu zeigen. Ach übrigens,
|
|
unsere Straße ist nicht für €200.000,00 erhältlich.
|
|
</para>
|
|
</story>
|
|
</document>
|