My HTML pages use <meta charset="windows-1252">
.
UTF-8
recommended and why?UTF-8
and got question marks with some math symbols. E.G: x should be changed to × in order to show correctly. I tried the CpConverter
but it did not convert well all the symbols. Is there a better way to convert many files?
iconv -f WINDOWS-1252 -t UTF-8 filename.txt