PHP Classes

Correction, problem

Recommend this page to a friend!

      FPDF  >  All threads  >  Correction, problem  >  (Un) Subscribe thread alerts  
Subject:Correction, problem
Summary:I found a problem in tutorials 3 & 4; also in SetTitle
Messages:1
Author:Alan H. Lake
Date:2012-08-09 19:12:09
 

 


  1. Correction, problem   Reply   Report abuse  
Picture of Alan H. Lake Alan H. Lake - 2012-08-09 19:12:09
In tutorials 3 & 4, in the function Header, two references are made to $title. I had to change them to $this->title to make them work.

The version of FPDF that I have, has the line
$title = $this->_UTF8toUTF16($title);
This conversion doesn't allow me to output the word "Täälä". The "ä" is on the Finnish keyboard. Can you help me to find a conversion that will allow me to write Finnish?

Thank you for producing this great software.