<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Print Traditional Chinese]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4334</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4334&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Print Traditional Chinese.]]></description>
		<lastBuildDate>Tue, 02 Oct 2018 06:45:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32784#p32784</link>
			<description><![CDATA[<p>Thank you for the suggested solution.&nbsp; I just faced the same issue, using English for interface but had to use traditional/simplified Chinese.&nbsp; Now the pdf printing works.</p>]]></description>
			<author><![CDATA[null@example.com (chan2703)]]></author>
			<pubDate>Tue, 02 Oct 2018 06:45:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32784#p32784</guid>
		</item>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17607#p17607</link>
			<description><![CDATA[<p>Provided backlink to this post in the <a href="https://frontaccounting.com/fawiki/index.php?n=Main.Usage"><strong>Wiki</strong></a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 04 Sep 2013 12:25:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17607#p17607</guid>
		</item>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17589#p17589</link>
			<description><![CDATA[<p>Yes, you are correct.</p>]]></description>
			<author><![CDATA[null@example.com (johnyu2012)]]></author>
			<pubDate>Wed, 04 Sep 2013 02:52:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17589#p17589</guid>
		</item>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17566#p17566</link>
			<description><![CDATA[<p>To clarify for end users, the change has to be made in reporting/includes/class.pdf.inc by replacing lines 156-162:<br /></p><div class="codebox"><pre><code>                switch ($this-&gt;l[&#039;a_meta_language&#039;])
                {
                    case &quot;ar_EG&quot; :     $fontname = &quot;ae_tholoth&quot;;     break;
                    case &quot;zh_CN&quot; :     $fontname = &quot;gbsn00lp&quot;;     break;
                    case &quot;zh_TW&quot; :     $fontname = &quot;chinese_traditional_cid0&quot;;     break;
                    default :          $fontname = &quot;dejavu&quot;;         break;
                }</code></pre></div><p>to<br /></p><div class="codebox"><pre><code>                switch ($this-&gt;l[&#039;a_meta_language&#039;])
                {
                    case &quot;ar_EG&quot; :     $fontname = &quot;ae_tholoth&quot;;     break;
                    case &quot;zh_CN&quot; :     $fontname = &quot;gbsn00lp&quot;;     break;
                    case &quot;zh_TW&quot; :     $fontname = &quot;chinese_traditional_cid0&quot;;     break;
                    default :          $fontname = &quot;chinese_traditional_cid0&quot;;         break;
                }</code></pre></div><p>Is this what you did?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 03 Sep 2013 23:23:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17566#p17566</guid>
		</item>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17527#p17527</link>
			<description><![CDATA[<p>Thanks for this advice.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 31 Aug 2013 06:33:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17527#p17527</guid>
		</item>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17526#p17526</link>
			<description><![CDATA[<p>The problem is solved.&nbsp; It is because I personally like to use the English interface.&nbsp; When I tested out some customer names, I have to use Chinese.&nbsp; Since FA reporting language matches with the preference language, it goes to default font name - dejavu instead of chinese_traditional_cid so the scrambled characters come up as result.&nbsp; &nbsp;I have a suggestion for users who like to use English interface but need to print Chinese, you can set the default font name to chinese_traditional_cid because I tested it out and it pretty much covers all the characters of simplified Chinese, traditional Chinese and English.</p>]]></description>
			<author><![CDATA[null@example.com (johnyu2012)]]></author>
			<pubDate>Sat, 31 Aug 2013 04:54:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17526#p17526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17507#p17507</link>
			<description><![CDATA[<p>This is strange. I haven&#039;t tried it myself. Maybe there are other using the traditional chinese that can help us here.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 29 Aug 2013 12:54:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17507#p17507</guid>
		</item>
		<item>
			<title><![CDATA[Print Traditional Chinese]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17505#p17505</link>
			<description><![CDATA[<p>Hi, I am new to FA accounting.&nbsp; Just finished installing and trying various of things.&nbsp; I got the input of Chinese working already but I am not able to print it correctly (still comes up with scrambled code).&nbsp; I had already download the chinese_traditional_cid.zip files and placed them in \reporting\font\ already and also check the class.pdf.inc to make sure the font name is chinese_traditional_cid.</p>]]></description>
			<author><![CDATA[null@example.com (johnyu2012)]]></author>
			<pubDate>Thu, 29 Aug 2013 10:18:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17505#p17505</guid>
		</item>
	</channel>
</rss>
