<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — £ sign in currency]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4797&amp;type=atom" />
	<updated>2014-03-14T15:32:28Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4797</id>
		<entry>
			<title type="html"><![CDATA[Re: £ sign in currency]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19526#p19526" />
			<content type="html"><![CDATA[<p>Hi</p><p>After executing update query on sqlyog, I see this &quot;Â£&quot; as current symbol.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[dvarsani]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16332</uri>
			</author>
			<updated>2014-03-14T15:32:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19526#p19526</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: £ sign in currency]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19511#p19511" />
			<content type="html"><![CDATA[<p>The insert statement in many CoA sql sets including the default show &quot;?&quot; for &quot;£&quot;. Try to use some hex editor or a special character aware text editor&nbsp; like <a href="http://notepad-plus-plus.org/download/v6.5.5.html">Notepad++</a> to edit the sql files before use.</p><p>Also using a MySQL client like SQLyog (they have a <a href="http://code.google.com/p/sqlyog/downloads/list">free community edition</a>) will get the job done.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-03-13T16:18:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19511#p19511</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: £ sign in currency]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19506#p19506" />
			<content type="html"><![CDATA[<p>Hi</p><p>Currency symbol column is VARCHAR(10), Character set id utf8 and collation is utf8_general_ci. System is accepting $ sign. On using € sign, the system doesn&#039;t throw an error. The symbol remains &quot;?&quot;</p><p>I am using mysql version 5.6.16</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[dvarsani]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16332</uri>
			</author>
			<updated>2014-03-13T11:17:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19506#p19506</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: £ sign in currency]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19497#p19497" />
			<content type="html"><![CDATA[<p>What is the default collation and charset for your db /&nbsp; table / fields specifically the <strong>curr_symbol</strong> field?</p><div class="codebox"><pre><code>INSERT INTO `0_currencies`(`currency`,`curr_abrev`,`curr_symbol`,`country`,`hundreds_name`,`auto_update`,`inactive`) VALUES (&#039;Pounds&#039;,&#039;GBP&#039;,&#039;£&#039;,&#039;England&#039;,&#039;Pence&#039;,1,0);</code></pre></div><p>or</p><div class="codebox"><pre><code>UPDATE `0_currencies SET currency=&#039;Pounds&#039;, curr_symbol=&#039;£&#039;, country=&#039;England&#039;, hundreds_name=&#039;Pence&#039; WHERE curr_abbrev=&#039;GBP&#039;;</code></pre></div><p>The above code may appear same as yours but for the character set in question it may be binarily different. Hope you have utf-8 collation.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-03-13T07:48:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19497#p19497</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[£ sign in currency]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19484#p19484" />
			<content type="html"><![CDATA[<p>Hi</p><p>I am getting this error when I insert &quot;£&quot; in Currency Symbol field</p><p>DATABASE ERROR : <br />At file C:\www\fa\gl\includes\db\gl_db_currencies.inc:23:<br />could not update currency for GBP<br />error code : 1366<br />error message : Incorrect string value: &#039;\xA3&#039; for column &#039;curr_symbol&#039; at row 1<br />sql that failed was : UPDATE 0_currencies SET currency=&#039;Pounds&#039;, curr_symbol=&#039;£&#039;,&nbsp; &nbsp; country=&#039;England&#039;, hundreds_name=&#039;Pence&#039;,auto_update = &#039;1&#039; WHERE curr_abrev = &#039;GBP&#039;</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[dvarsani]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16332</uri>
			</author>
			<updated>2014-03-12T23:57:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19484#p19484</id>
		</entry>
</feed>
