mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Added printing requirements
This commit is contained in:
23
z3c/rml/tests/input/encoding-test-utf8.rml
Normal file
23
z3c/rml/tests/input/encoding-test-utf8.rml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user