<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — £ sign in currency]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4797</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4797&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in £ sign in currency.]]></description>
		<lastBuildDate>Fri, 14 Mar 2014 15:32:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: £ sign in currency]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19526#p19526</link>
			<description><![CDATA[<p>Hi</p><p>After executing update query on sqlyog, I see this &quot;Â£&quot; as current symbol.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (dvarsani)]]></author>
			<pubDate>Fri, 14 Mar 2014 15:32:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19526#p19526</guid>
		</item>
		<item>
			<title><![CDATA[Re: £ sign in currency]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19511#p19511</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 13 Mar 2014 16:18:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19511#p19511</guid>
		</item>
		<item>
			<title><![CDATA[Re: £ sign in currency]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19506#p19506</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (dvarsani)]]></author>
			<pubDate>Thu, 13 Mar 2014 11:17:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19506#p19506</guid>
		</item>
		<item>
			<title><![CDATA[Re: £ sign in currency]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19497#p19497</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 13 Mar 2014 07:48:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19497#p19497</guid>
		</item>
		<item>
			<title><![CDATA[£ sign in currency]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19484#p19484</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (dvarsani)]]></author>
			<pubDate>Wed, 12 Mar 2014 23:57:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19484#p19484</guid>
		</item>
	</channel>
</rss>
