PHP Classes

utf-8 umlauts

Recommend this page to a friend!

      Image Processor (CSS)  >  All threads  >  utf-8 umlauts  >  (Un) Subscribe thread alerts  
Subject:utf-8 umlauts
Summary:utf-8 umlauts
Messages:3
Author:rainer langheiter
Date:2010-05-27 09:44:19
Update:2010-05-28 05:50:29
 

  1. utf-8 umlauts   Reply   Report abuse  
Picture of rainer langheiter rainer langheiter - 2010-05-27 09:44:19
thanks for your class

I have troubles to show umlauts (äöü) & currency-symbols (€)

whats the best way, to show the generatet image within a page with an individual page-header

thanks
rainer


  2. Re: utf-8 umlauts   Reply   Report abuse  
Picture of Andre Dörscheln Andre Dörscheln - 2010-05-27 13:30:49 - In reply to message 1 from rainer langheiter
You have to use a different FontType to be able to display umlauts.
For Example, if you want to use Arial, you have to put it into the directory and write some code like this:

$im->write("A Litte Bit of Text with äöü, ß and so on...", "font-family: ./ARIAL.TTF");

wfg, Andre

  3. Re: utf-8 umlauts   Reply   Report abuse  
Picture of Tufan Baris YILDIRIM Tufan Baris YILDIRIM - 2010-05-28 05:50:29 - In reply to message 1 from rainer langheiter
Hi,
You must use TruType fonts for multibyte encodings.

Thanks for reply Andre.

Regards.