Hi,

I've inserted the following currecy sumbols in my table (structure mentioned below). 
All symbols are displayed properly when I do select, expect for the Euro symbol, which 
just shows a question mark (?). Any idea why is it behaving like that? I am using 
MySQL 4.0.17 on Windows XP Pro. My production server is Linux based.

€    Euro

¥    Yen

£    Pound Sterling

$    Dollar



+----------+--------------------------------+------+-----+---------+-------+
| Field    | Type                           | Null | Key | Default | Extra |
+----------+--------------------------------+------+-----+---------+-------+
| CYRANK   | decimal(3,0) unsigned zerofill |      |     | 999     |       |
| CYSYMBOL | varchar(5)                     | YES  |     |         |       |
| CYNAME   | varchar(50)                    |      |     |         |       |
| CYCODE   | char(3)                        |      | PRI |         |       |
+----------+--------------------------------+------+-----+---------+-------+



Thanks.



Hassan

Reply via email to