I have a document filled with weird characters, but I have the counterpart of the letters in another document.
Eg.
⟷ = a
⇳ = b
⤚ = c
etc...
I think that I can do this by using a dictionary, and a simple swap algorythm, but I'm still a newbie in programming. Do you think that's a good idea? How can I translate the whole text (preferably using Python or C++), without having to use MS Word's built in "swap" tool?