mysql - Quickly getting rid of � -
i'm copying html old website new one. i'm getting bunch of issues this:
city�s
the apostrophe wrong.
i know when, copying text microsoft word, need strip garbage pasting notepad copying stripped version site. there way can reformat pages need moved?
thanks!
did change encoding of website? maybe had <meta http-equiv="content-type" content="text/html;charset=utf-8">
, didn't include <meta>
tag new site.
there many encoding possibilities (iso-8859-1, utf-8, windows-1250 , several others...) have choose correct 1 site. general it's decision use utf-8 without bom, since every browser understands utf-8 , many text editors (e.g. notepad++, vim) provide command convert ansi or iso-8859-1 documents utf-8.
Comments
Post a Comment