Topic: £ sign in currency
Hi
I am getting this error when I insert "£" in Currency Symbol field
DATABASE ERROR :
At file C:\www\fa\gl\includes\db\gl_db_currencies.inc:23:
could not update currency for GBP
error code : 1366
error message : Incorrect string value: '\xA3' for column 'curr_symbol' at row 1
sql that failed was : UPDATE 0_currencies SET currency='Pounds', curr_symbol='£', country='England', hundreds_name='Pence',auto_update = '1' WHERE curr_abrev = 'GBP'
Thanks