Thomas Weidner
2007-09-04 13:24:57 UTC
Hy,
*) I expect that Zend_Pdf uses it's own encoding.
*) Zend_Pdf is not related to Zend_Locale or the I18N core.
Locales do not include informations about the encoding which shall be used.
But anyway... when using other characters than ASCII, like in your case,
everyone is anounced to use UTF-8.
When you have any issue with Zend_Pdf it's better to write directly to the
fw-formats list where Zend_Pdf is related to.
Greetings
Thomas
I18N Team Leader
----- Original Message -----
From: "dashmz" <dashmz-S0/***@public.gmane.org>
To: <fw-i18n-***@public.gmane.org>
Sent: Wednesday, August 29, 2007 4:03 PM
Subject: [fw-i18n] No umlaut in PDF files
*) I expect that Zend_Pdf uses it's own encoding.
*) Zend_Pdf is not related to Zend_Locale or the I18N core.
Locales do not include informations about the encoding which shall be used.
But anyway... when using other characters than ASCII, like in your case,
everyone is anounced to use UTF-8.
When you have any issue with Zend_Pdf it's better to write directly to the
fw-formats list where Zend_Pdf is related to.
Greetings
Thomas
I18N Team Leader
----- Original Message -----
From: "dashmz" <dashmz-S0/***@public.gmane.org>
To: <fw-i18n-***@public.gmane.org>
Sent: Wednesday, August 29, 2007 4:03 PM
Subject: [fw-i18n] No umlaut in PDF files
Hi there,
ä-ö-ü-ß) are not displayed. There isn't even a "?" or any cryptic letters,
it is just not displayed.
It doesn't matter if I draw the letters myself or get them out of a
database.
<?php
require_once 'Zend/Locale.php';
$locale = new Zend_Locale('de_DE'); // German language _ Germany
?>
How can I handle to get correct umlauts in PDF?
Greetings
Rainer Hihn
ä-ö-ü-ß) are not displayed. There isn't even a "?" or any cryptic letters,
it is just not displayed.
It doesn't matter if I draw the letters myself or get them out of a
database.
<?php
require_once 'Zend/Locale.php';
$locale = new Zend_Locale('de_DE'); // German language _ Germany
?>
How can I handle to get correct umlauts in PDF?
Greetings
Rainer Hihn