Unable to fetch characters as in MySql database below is the table.
    Table1      
+-------------------------------+   
|   APH |   ID0                 |
+-------------------------------+   
|   A   |   Costa Rican Colón   |
|   B   |   Icelandic Króna     |
|   C   |   Somali Shilling     |
|   D   |   Nicaraguan Córdoba  |
+-------------------------------+   
when i get the from db by using PDO in php then the above character shown like this
Costa Rican Col�n
what should i do?
 
     
    