1

ih have a turkish character coding problem " Ş ş ğ Ğ ı İ ". this chars can't write or writed invalid.

[URL=http://imageshack.us][IMG]http://img394.imageshack.us/img394/8205/sssgo2.gif[/IMG][/URL]
[URL=http://g.imageshack.us/img394/sssgo2.gif/1/][IMG]http://img394.imageshack.us/img394/sssgo2.gif/1/w273.png[/IMG][/URL]

2

read this : topics/115135-php5v312-codage-des-caracteres

it could help you...

it's not a html2pdf error, but a fpdf error
Ancien pseudo : lolo

3

thanks for your answer, i have all tested, but i haven't true result.
this is comic :
ä,ö,ü,ß,ç chars writing always true but ,
Ğ,ğ,Ü,Ş,ş,İ chars writing false.


this error chars changing to Englisch char in the function WriteHTML

$html = str_replace('Ü', 'U', $html);
$html = str_replace('ı', 'i', $html);
$html = str_replace('İ', 'I', $html);
$html = str_replace('ş', 's', $html);
$html = str_replace('Ş', 'S', $html);
$html = str_replace('ğ', 'g', $html);
$html = str_replace('Ğ', 'G', $html);


but yet thanks.

4

You have to build a font for the Turkish charset. ä, ö, ü, ß and ç are part of Latin1, the other chars you mention are not. Please read the thread Spipu is pointing you to again, it explains how to fix your problem!
avatar
Mes news pour calculatrices TI: Ti-Gen
Mes projets PC pour calculatrices TI: TIGCC, CalcForge (CalcForgeLP, Emu-TIGCC)
Mes chans IRC: #tigcc et #inspired sur irc.freequest.net (UTF-8)

Liberté, Égalité, Fraternité