I have a PHP and MySQL script that use Windows-1256 encoding, now I want to change the whole script so that it is completely built on utf-8 encoding. starting with mysql DataBase to PHP files.
What are the right steps to achieve this? !!
Note. I am using non-latin language in script (arabic language).
source share