This is typically caused by an encoding mismatch. Either the base HTML (or whatever) is specifying windows-1252 but using UTF-8 or isn't specifying anything and you are getting windows-1252 by default. The default can be changed to UTF-8 under Tools -> Settings -> Default Encoding. If the imported document has the wrong setting then this needs to be changed too.
|