I'm trying to remove punctuation symbols and other symbols (characters like copyright, for example) from a string.
I want to leave the accented characters, the hyphen, the apostrophe ('), the white space, in addition to the letters and numbers.
How to do this in python?