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> <bruno@ioda-net.ch> 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> > Hi,<br> > the problem is in using special czech and slovak (maybe other)<br> > characters with this plugin.<br> > (for example: ľščťžýáí鼊ȍŽÝÁÍÉ)<br> > I changed some e-mails witch Oliver and he confirm this problem.<br>
> Plugin exportPdf uses fpdf and it doesn't support utf8 yet.<br> > Last version of fpdf is dated to v1.53 (2004-12-31).<br> ><br> > Autor writes:<br> > (<a href="http://www.fpdf.org/">http://www.fpdf.org/</a>)<br>
><br> > 7. Accented characters are replaced by some strange characters like é.<br> > Don't use UTF-8 encoding. Standard FPDF fonts use ISO-8859-1 or<br> > Windows-1252. It is possible to perform a conversion to ISO-8859-1 with<br>
> utf8_decode():<br> ><br> > $str = utf8_decode($str);<br> ><br> > But some characters such as Euro won't be translated correctly. If the<br> > iconv extension is available, the right way to do it is the following:<br>
><br> > $str = iconv('UTF-8', 'windows-1252', $str);<br> ><br> > I don't know exactly how exportPdf plugin works, but it doesn't works<br> > correctly for me.<br> ><br> > Thanx for you favour.<br>
><br> ><br> > wochter<br> ><br> > Bruno Friedmann wrote / napísal(a):<br> >> Hi Wochter,<br> >> We use exportPdf, exportCSV and we don't see any error with them apart the fact that if you use excel with csv,<br>
>> you need to import and not open the file. But this is a Excel error not a carto one.<br> >><br> >> 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>
>><br> >> Thanks.<br> >><br> >> WochteR wrote:<br> >>> Yes, it is the way.<br> >>> But still there are troubles with utf8 and exportPdf plugin.<br> >>><br> >>> wochter<br>
>>><br> >>>> ------------ Pôvodná správa ------------<br> >>>> Od: Bruno Friedmann <bruno@ioda-net.ch><br> >>>> Predmet: Re: [Cartoweb-users] iso-8859-2<br> >>>> Dátum: 15.6.2008 13:20:55<br>
>>>> ----------------------------------------<br> >>>> Dzilberte Bekode wrote:<br> >>>>> Hi<br> >>>>> I'm trying to implement Slovak language to my project.<br> >>>>> Thats mean to use ISO-8859-2 series instead of ISO-8859-1.<br>
>>>>> But change this is not enough.<br> >>>>> Have somebody already implemented ISO-8859-2 series ????<br> >>>>><br> >>>>> Thanks for suggestions.<br> >>>>><br>
>>>>><br> >>>> My suggestion would be : if you can, why do not use UTF-8 instead.<br> >>>> You certainly get a more stable result and some kind of universality.<br> >>>><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> <br> <br> --<br> <br> Bruno Friedmann<br> <br> Ioda-Net Sàrl - <a href="http://www.ioda-net.ch">www.ioda-net.ch</a><br>
2830 Vellerat - Switzerland<br> <br> Tél : ++41 32 435 7171<br> Fax : ++41 32 435 7172<br> gsm : ++41 78 802 6760<br> <br> C'est Facile et Cool d'É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>