We faced a strange problem when generating pdfs with tcpdf. Usually we grab strings from our (utf-8) database and put it in a smarty template. This is pushed into tcpdf to arrange the invoices, delivery notes and so on. It works as expected. Now we tried to use specia characters. I just stored in our database the string:
≥ ≤ ™ ס қ К μ λ γ β α Ω × ® ± ² ³ This is a normal sentence.
The output in the pdf is:
.sentence normal a is This ³ ² ± ® × Ω α β γ λ μ К қ ס ™ ≥ ≤
(Linebreak missing and other myteries :))
Could someone tell me what is going wrong there?