I made a database in PhpMyAdmin and developed an application in Visual Studio 2010 C#.
When I add a new row in PhpMyAdmin, special characters are shown in Visual Studio properly, but when I add it in datagridview in Visual Studio, the characters č, ć and đ are not shown properly in tables.
Thank you in advance
Solved problem: added to connectionString charset=utf8
That’s it 🙂