<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Unicocode problem with PDF reporting]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2468&amp;type=atom" />
	<updated>2011-10-23T17:28:49Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2468</id>
		<entry>
			<title type="html"><![CDATA[Re: Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10534#p10534" />
			<content type="html"><![CDATA[<p>now it works fine, thank you very much.</p>]]></content>
			<author>
				<name><![CDATA[lordas101]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4530</uri>
			</author>
			<updated>2011-10-23T17:28:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10534#p10534</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10533#p10533" />
			<content type="html"><![CDATA[<p>Suddenly I found a cp1257.map file (similar to the iso-8859-13.map file) and made a font for the Baltic. It is called freesans13.<br />It can be downloaded from the Download page, Release 2.3 section.<br />Please follow the instructions in the download and change the above line from &quot;dejavu&quot; to &quot;freesans13&quot;. It works here at my place but I don&#039;t have any &#039;Baltic&#039; text, so please tell me if it works.<br />Using this freesans13 will leave a much lesser footprint in the pdf-files.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-10-23T13:15:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10533#p10533</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10532#p10532" />
			<content type="html"><![CDATA[<p>I insert this line and nothing.<br />I ask one person who know php and today he will solved this problem.</p>]]></content>
			<author>
				<name><![CDATA[lordas101]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4530</uri>
			</author>
			<updated>2011-10-23T12:57:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10532#p10532</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10531#p10531" />
			<content type="html"><![CDATA[<p>I cannot find a solution for iso-8859-13. Please try to use the dejavu (unicode) font by doing this:</p><p>At line 178 in /reporting/includes/class.pdf.inc, please insert:<br /></p><div class="codebox"><pre><code>            elseif ($this-&gt;encoding === &quot;ISO-8859-13&quot;)
            {
                switch ($this-&gt;l[&#039;a_meta_language&#039;])
                {
                    default :        $fontname = &quot;dejavu&quot;;     break;
                }
            }</code></pre></div><p>and see if it helps.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-10-23T12:10:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10531#p10531</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10524#p10524" />
			<content type="html"><![CDATA[<p>Thank&#039;s Joe for your quick answer.<br />I read font creation instruction, but I&#039;m afraid this is too difficult for me to do it <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>please help me.</p>]]></content>
			<author>
				<name><![CDATA[lordas101]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4530</uri>
			</author>
			<updated>2011-10-21T18:14:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10524#p10524</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10520#p10520" />
			<content type="html"><![CDATA[<p>I guess you will have to create a font for ISO-8859-13 yourself. Please have a look into the TCPDF project. Make a Google search. Look into their Forum if they have fabricated an iso-8859-13 font.<br />You may also look into our download pages on the Website. I am not sure if we have such a font. There are also instructions about how to create own fonts.<br />This is the first time we are using the ISO-8859-13 charset, so we are just as lost as you are about this.<br />Hopefully you find a solution. If you have problems creating such a font, please contact me again. I may be able to help you.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-10-21T06:57:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10520#p10520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Unicocode problem with PDF reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10517#p10517" />
			<content type="html"><![CDATA[<p>I&#039;m using lithuanian unicode ISO-8859-13 and only on all PDF reports don&#039;t shows ours letters correctly. It looks like this:&nbsp; ë þ ø ð.<br />In Set up parameter all locales is OK.<br />all report&#039;s in Excel shows perfect, all program translations in lithuanian what I translate till now, caracters shows ok, but&nbsp; only PDF reports don&#039;t show <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />I&#039;m using FA 2.3.7 version.</p><p>Please, anybody help me to solve this problem?</p>]]></content>
			<author>
				<name><![CDATA[lordas101]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4530</uri>
			</author>
			<updated>2011-10-21T01:29:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10517#p10517</id>
		</entry>
</feed>
