@eirannejad I have tried using charset_normalizer on some of my scripts, but they often fail. Do you know why?
I use it like this:
#! python3
# r: charset_normalizer
import charset_normalizer
If I don’t use charset_normalizer and use # -- coding: utf-8 -- instead then the scripts works fine and I can use the norwegian extended characters (æøå).
But I thought maybe charset_normalizer was a better solution for other characters as well.
5 posts - 3 participants