Hi,<br><br>you should have a look on tcpdf which is adaptation from fpdf with utf8 support ... so quite easy to migrate<br><a href="http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf">http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf</a><br>
<br>bye,<br><br>simon<br><br><br><div><span class="gmail_quote">On 6/17/08, <b class="gmail_sendername">Bruno Friedmann</b> &lt;bruno@ioda-net.ch&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Outch,<br> This tend to prove that we really need somewhat more recent (decent) pdf generator inside Cartoweb3<br> There also the non support of png-alpha which is quiet a pity.<br> <br> Thanks for the advise.<br> <br> <br>
 wochter wrote:<br> &gt; Hi,<br> &gt; the problem is in using special czech and slovak (maybe other)<br> &gt; characters with this plugin.<br> &gt; (for example: ľščťžýáí鼊ȍŽÝÁÍÉ)<br> &gt; I changed some e-mails witch Oliver and he confirm this problem.<br>
 &gt; Plugin exportPdf uses fpdf and it doesn&#39;t support utf8 yet.<br> &gt; Last version of fpdf is dated to v1.53 (2004-12-31).<br> &gt;<br> &gt; Autor writes:<br> &gt; (<a href="http://www.fpdf.org/">http://www.fpdf.org/</a>)<br>
 &gt;<br> &gt; 7. Accented characters are replaced by some strange characters like Ã&copy;.<br> &gt; Don&#39;t use UTF-8 encoding. Standard FPDF fonts use ISO-8859-1 or<br> &gt; Windows-1252. It is possible to perform a conversion to ISO-8859-1 with<br>
 &gt; utf8_decode():<br> &gt;<br> &gt; $str = utf8_decode($str);<br> &gt;<br> &gt; But some characters such as Euro won&#39;t be translated correctly. If the<br> &gt; iconv extension is available, the right way to do it is the following:<br>
 &gt;<br> &gt; $str = iconv(&#39;UTF-8&#39;, &#39;windows-1252&#39;, $str);<br> &gt;<br> &gt; I don&#39;t know exactly how exportPdf plugin works, but it doesn&#39;t works<br> &gt; correctly for me.<br> &gt;<br> &gt; Thanx for you favour.<br>
 &gt;<br> &gt;<br> &gt; wochter<br> &gt;<br> &gt; Bruno Friedmann&nbsp;&nbsp;wrote / napísal(a):<br> &gt;&gt; Hi Wochter,<br> &gt;&gt; We use exportPdf, exportCSV and we don&#39;t see any error with them apart the fact that if you use excel with csv,<br>
 &gt;&gt; you need to import and not open the file. But this is a Excel error not a carto one.<br> &gt;&gt;<br> &gt;&gt; Could you tell me more about what type of trouble you get ? I would be happy to check if we get the same here.<br>
 &gt;&gt;<br> &gt;&gt; Thanks.<br> &gt;&gt;<br> &gt;&gt; WochteR wrote:<br> &gt;&gt;&gt; Yes, it is the way.<br> &gt;&gt;&gt; But still there are troubles with utf8 and exportPdf plugin.<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; wochter<br>
 &gt;&gt;&gt;<br> &gt;&gt;&gt;&gt; ------------ Pôvodná správa ------------<br> &gt;&gt;&gt;&gt; Od: Bruno Friedmann &lt;bruno@ioda-net.ch&gt;<br> &gt;&gt;&gt;&gt; Predmet: Re: [Cartoweb-users] iso-8859-2<br> &gt;&gt;&gt;&gt; Dátum: 15.6.2008 13:20:55<br>
 &gt;&gt;&gt;&gt; ----------------------------------------<br> &gt;&gt;&gt;&gt; Dzilberte Bekode wrote:<br> &gt;&gt;&gt;&gt;&gt; Hi<br> &gt;&gt;&gt;&gt;&gt; I&#39;m trying to implement Slovak language to my project.<br> &gt;&gt;&gt;&gt;&gt; Thats mean to use&nbsp;&nbsp;ISO-8859-2 series instead of ISO-8859-1.<br>
 &gt;&gt;&gt;&gt;&gt; But change this is not enough.<br> &gt;&gt;&gt;&gt;&gt; Have somebody already implemented&nbsp;&nbsp;ISO-8859-2 series&nbsp;&nbsp;????<br> &gt;&gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;&gt;&nbsp;&nbsp;Thanks for suggestions.<br> &gt;&gt;&gt;&gt;&gt;<br>
 &gt;&gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt; My suggestion would be : if you can, why do not use UTF-8 instead.<br> &gt;&gt;&gt;&gt; You certainly get a more stable result and some kind of universality.<br> &gt;&gt;&gt;&gt;<br>
 &gt;&gt;&gt;&gt;<br> &gt;&gt;<br> &gt; _______________________________________________<br> &gt; Cartoweb-users mailing list<br> &gt; <a href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br>
 &gt; <a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br> <br> <br> --<br> <br>&nbsp;&nbsp;&nbsp;&nbsp; Bruno Friedmann<br> <br> Ioda-Net Sàrl&nbsp;&nbsp; - <a href="http://www.ioda-net.ch">www.ioda-net.ch</a><br>
&nbsp;&nbsp;2830 Vellerat - Switzerland<br> <br>&nbsp;&nbsp;Tél : ++41 32 435 7171<br>&nbsp;&nbsp;Fax : ++41 32 435 7172<br>&nbsp;&nbsp;gsm : ++41 78 802 6760<br> <br> C&#39;est Facile et Cool d&#39;Évoluer en ligne : <a href="http://www.cfcel.com">www.cfcel.com</a><br>
 <br> <br> _______________________________________________<br> Cartoweb-users mailing list<br> <a href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br> <a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
 </blockquote></div><br>