When I run it nothing happens except "*** Remote Interpreter Reinitialized ***"
.
# https://junschoi.github.io/posts/ftfy_guide/
import ftfy
def main(): # Added by pyscripter.
pass
ftfy.fix_text('This text should be in “quotesâ€\x9d.') # Copied from the web page.
if __name__ == '__main__': # Added by pyscripter
main()