1

A user has used FTP to transfer some HTML files to our webserver. These HTML files contain characters such as:

‘ ’

which aren't properly encoded in HTML markup. When they've been uploaded, the website displays the � character (which can sometimes happen), but even if I open the HTML file in gedit directly on the server, the same encoding problem is there.

Any ideas on why this would happen?

1 Answers1

1

It might help to set your transfer mode to "binary"

Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151