I am trying to replace the fancy quotation characters „ “ with normal " character. To do that I did the following but it did not change them. what should I do instead ?
sed -i 's/„/"/g' myfile.csv
Here is the SS of a single sentence from myfile.csv
EDIT: Textual version of the SS placed above:
Glaubt man Union und FDP, dann wird ihre "Energiewende" mehr als nur ein Ausstieg – sie soll ein "Umstieg" werden.
Note: when I copy paste, the special character disappears. That is why I put screenshot at first.