I try to copy the column value from query results into the SQL Server Management Studio Query window.
The column value displays a value like this: CaserÃ-o La Dehesilla
However, the -
character is not a regular hyphen character it seems, because when I copy the value, I see this pasted: CaserÃo La Dehesilla
. If I paste the value in Notepad++ it does work correctly. How can I make sure I can paste this -
character in the query window?
ps. it's not the font as suggested here.