Insertion with non-standard characters [duplicate]

1

When I enter MySQL database with PHP and PDO are entering strange and cluttered characters, what could be wrong?

Here is an image of a bank table:

Mypagehastheparameter:

<metaname="viewport" content="width=device-width, initial-scale=1.0">

And my bank has the following collation :

utf8 - utf8_general_ci

What I find strange is that in my application is normal, would there be any future problems, such as SELECT of data?

    
asked by anonymous 27.04.2015 / 03:29

1 answer

0

Try to modify the encoding of your editor, in notepad ++ for example you can do it this way:

Test UTF-8 encoding (without BOM).

    
27.04.2015 / 05:13