RE: Pound (£) Symbol and MySQL

2001-06-08 Thread Neil Zanella
On Fri, 8 Jun 2001, technical Support wrote: > Hello All, > > I have tried the settings as suggested in this FORUM like using htmlentities > etc... however, my pound sign in the database is displayed as: ú Are you seeing this stuff from the standard Windows telnet client? If so get yourself a be

RE: Pound (£) Symbol and MySQL

2001-06-08 Thread technical Support
Hello All, I have tried the settings as suggested in this FORUM like using htmlentities etc... however, my pound sign in the database is displayed as: ú Any more tips help etc... > -Original Message- > From: technical Support [mailto:[EMAIL PROTECTED]] > Sent: 07 June 2001 21:53 > To: [

Re: Pound (£) Symbol and MySQL

2001-06-08 Thread Hasan Niyaz
is the column an int? if this is the case why not you strip the pound sign before inserting. with PHP you can always add the sign when retrieving. Hasan - Original Message - From: "technical Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 1:52 AM Subject

Re: Pound (£) Symbol and MySQL

2001-06-07 Thread Rolf Hopkins
- Original Message - From: "technical Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 4:52 Subject: Pound (£) Symbol and MySQL > Hello All, > > When I insert data submitted via a web page into mySQL, the pound (£) > symbol gets converted to something lik

Re: Pound (£) Symbol and MySQL

2001-06-07 Thread Zak Greant
Check for a call to htmlentities() in the PHP code. That is probably the cause of the behavior. --zak - Original Message - From: "technical Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 2:52 PM Subject: Pound (£) Symbol and MySQL > Hello All, > > Wh