<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — chinese characters]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=669&amp;type=atom" />
	<updated>2012-10-24T01:44:08Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=669</id>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13942#p13942" />
			<content type="html"><![CDATA[<p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages"><strong>Wiki</strong></a>ied it!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-24T01:44:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13942#p13942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13928#p13928" />
			<content type="html"><![CDATA[<p>i did change this value<br /></p><div class="codebox"><pre><code> &#039;encoding&#039; =&gt; &#039;iso-8859-1&#039;</code></pre></div><p>with this<br /></p><div class="codebox"><pre><code> &#039;encoding&#039; =&gt; &#039;UTF-8&#039;</code></pre></div><p>it works fine, now i can input Chinese characters and i see them displayed correctly on the output Sales Order ...</p><p>many thanks for the contribution&nbsp; :-)</p><p>Vito</p>]]></content>
			<author>
				<name><![CDATA[Vdonatiello]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13692</uri>
			</author>
			<updated>2012-10-23T10:13:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13928#p13928</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13899#p13899" />
			<content type="html"><![CDATA[<p>Yes, exactly. I&#039;m not sure it is enough to properly store all utf-8 characters in non-utf-8 tables, but at least you can try how it works.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-22T08:06:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13899#p13899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13895#p13895" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>itronics wrote:</cite><blockquote><p>In English case the easiest way is just manually change the encoding declared in installed_langauges.inc to &#039;utf-8&#039;. English alphabet have the same charcodes in utf and iso. I&#039;m not sure it is enough to store chinese characters in database, but you can try.<br />Janusz</p></blockquote></div><p>let me check if i have understood correctly</p><p>you suggest to open the file installed_languages.inc inside the folder lang<br /></p><div class="codebox"><pre><code>   &#039;encoding&#039; =&gt; &#039;iso-8859-1&#039;,</code></pre></div><p>and change the &#039;<strong>iso-8859-1</strong>&#039; into &#039;<strong>utf-8</strong>&#039; (lower case or upper case)</p><p>is that right?</p>]]></content>
			<author>
				<name><![CDATA[Vdonatiello]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13692</uri>
			</author>
			<updated>2012-10-21T13:58:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13895#p13895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13893#p13893" />
			<content type="html"><![CDATA[<p>In English case the easiest way is just manually change the encoding declared in installed_langauges.inc to &#039;utf-8&#039;. English alphabet have the same charcodes in utf and iso. I&#039;m not sure it is enough to store chinese characters in database, but you can try.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-21T13:47:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13893#p13893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13888#p13888" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>itronics wrote:</cite><blockquote><p>Unfortunatelly&nbsp; FA does not support utf well in this version. This is fixed in forthcoming 2.4 version.<br />You can eventually change encoding for English to utf-8 in installed_languages.inc: surely iso-8859-1 does not support chinese language.<br />Janusz</p></blockquote></div><p>dear <strong>Janusz</strong>,</p><p>you are right, the language i have as default is <br /></p><div class="codebox"><pre><code>C    English    iso-8859-1    No    Unknown    None </code></pre></div><p>in the &quot;Install/Update Languages&quot; table below i have 2 other Englis options, en_NZ&nbsp; English (NZ) and en_US&nbsp; English (US), but both are iso-8859-1&nbsp; &nbsp; :-(</p><p>could you suggest me how to find and add a new language (english utf-8) ?</p><p>many thanks</p>]]></content>
			<author>
				<name><![CDATA[Vdonatiello]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13692</uri>
			</author>
			<updated>2012-10-21T08:15:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13888#p13888</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13887#p13887" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Check <strong>includes/page/header.inc</strong> file if any hardcoded changes might be a temporary workaround.</p></blockquote></div><p>sorry <strong>apmuthu</strong>,</p><p>i am not clear ... i should check the above file for language setting? i don&#039;t know coding so that file for me is meaningless ... i have used &quot;find&quot; function and i have noticed the </p><div class="codebox"><pre><code>$_SESSION[&#039;language&#039;]</code></pre></div><p>appears 3 times ...</p><p>if you suggest me to hardcode it and apply some change could you be more specific to guide me</p><p>many thanks in advance</p>]]></content>
			<author>
				<name><![CDATA[Vdonatiello]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13692</uri>
			</author>
			<updated>2012-10-21T07:40:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13887#p13887</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13807#p13807" />
			<content type="html"><![CDATA[<p>Check <strong>includes/page/header.inc</strong> file if any hardcoded changes might be a temporary workaround.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-16T14:25:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13807#p13807</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13798#p13798" />
			<content type="html"><![CDATA[<p>Unfortunatelly&nbsp; FA does not support utf well in this version. This is fixed in forthcoming 2.4 version.<br />You can eventually change encoding for English to utf-8 in installed_languages.inc: surely iso-8859-1 does not support chinese language.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-16T09:16:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13798#p13798</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13784#p13784" />
			<content type="html"><![CDATA[<p>hello Joe,</p><p>i have the same problem ... i want to add in the item name and description after English some Chinese characters but i get all ???</p><ul><li><p>in Setup &gt; Preferences i have selected Language : English</p></li><li><p>in Setup &gt; Install Languages i have installed and activated zh_CN Chinese Simplified UTF-8 Installed 2.3.0-1&nbsp; installed Yes</p></li></ul><p>as u have suggested i have checked MySql and i have got this:</p><div class="quotebox"><blockquote><p>Character Set and Collation</p><p>Collation&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Description<br />...<br />utf8_bin&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Unicode (multilingua), Binario<br />utf8_general_ci&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Unicode (multilingua), case-insensitive<br />utf8_general_mysql500_ci&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;Unicode (multilingua)<br />utf8_unicode_ci&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Unicode (multilingua), case-insensitive<br />...</p></blockquote></div><p>could you suggest me how to type few chinese words in the name and description fields?</p><p>many thanks</p>]]></content>
			<author>
				<name><![CDATA[Vdonatiello]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13692</uri>
			</author>
			<updated>2012-10-15T17:06:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13784#p13784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=2693#p2693" />
			<content type="html"><![CDATA[<p>I am not at all expert in Chinese, but did you set the MySql to use utf-8?</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2009-05-29T07:45:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=2693#p2693</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[chinese characters]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=2652#p2652" />
			<content type="html"><![CDATA[<p>Hi</p><p>I can not create a supplier&#039;s name in chinese because the name will become question marks.</p><p>Would you help me to solve the problem ???</p><p>THK!!<br />Paul Wong</p>]]></content>
			<author>
				<name><![CDATA[wgpaul128]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=369</uri>
			</author>
			<updated>2009-05-27T01:31:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=2652#p2652</id>
		</entry>
</feed>
