Convert files to utf8
I use Dreamweaver CC V. 2015
I am trying to find an automatic or semi-automatic method to convert html/php etc. files in Dreamweaver to UTF8. Ideal would be a method with which I could convert all the files of a site automatically.
My files contain:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
and are encoded with Europe occidental
I would change in
"<meta charset =" utf-8 ">" with encoding utf-8
I have already tried:
- Search replace all files in a site so that all files get this Meta tag: <meta charset =" utf-8 ">
Does not work, since all files then contain this Meta tag, but the special characters ä, ü, ö, ß are coded incorrectly. - I tried to save the procedure “change page properties” (CRTL + J> Encoding > utf-8) thought the history panel as a Dreamweaver command (Save as command). I would repeat quickly this command on all other files. Does not work, since I cannot save a pages property as a command. This is not possible in Dreamweaver.
My manual solution is:
Change manually the Encoding with CRTL + J> Encoding > utf-8.
This is unfortunately a very large effort for x Dreamweaver sites with y of files (x > 400, y > 50).
Does someone have an idea how I get faster?
Thanks
