0
For example, in my table in Mysql the word appears Creditworthiness and in the bank "Crã dito", Valid until on the site appears as "V read until " in the bank.
I am using in HTML5 the UTF-8, in the editor is the Encoding as Encoding in UTF-8-BOM.
In the bank the collation is latin1_swedish_ci.
Is there any way to make it look exactly like coding both in the bank and on the site?
No use changing the collation to utf8_bin.
Yes it is possible, see my answer: http://answall.com/a/43205/3635
– Guilherme Nascimento
Thank you, my dear.
– Eduardo Ribeiro da Silva
I would like to thank you for the comment and the suggested response. I was able to solve the problem by converting everything to utf-8 and started using mysqli to make the connections. Thank you very much.
– Eduardo Ribeiro da Silva