Hi all,
i have a problem with UK Pounds signs £ (not sure if that will show or not).
In my web page which has a charset of ISO 8859-1, i can see pound signs (even in the plain text source code of the page). These are being passed in from an MS Sql database.
When submitting the form to its target MySql database, the pound signs are converted to having a capital A with a carat on top and also a pound sign and that is how they are stored in the DB.
The table has a charset of latin1 and the collation is latin1_swedish_ci
I am not sure where this is getting switched but its somewhere in the save process.
Can anyone give me some pointers about where or what i can do about this.
Thanks.
i have a problem with UK Pounds signs £ (not sure if that will show or not).
In my web page which has a charset of ISO 8859-1, i can see pound signs (even in the plain text source code of the page). These are being passed in from an MS Sql database.
When submitting the form to its target MySql database, the pound signs are converted to having a capital A with a carat on top and also a pound sign and that is how they are stored in the DB.
The table has a charset of latin1 and the collation is latin1_swedish_ci
I am not sure where this is getting switched but its somewhere in the save process.
Can anyone give me some pointers about where or what i can do about this.
Thanks.