79244242

Date: 2024-12-02 13:22:55
Score: 1
Natty:
Report link

I had the same problem, when trying to use a "pt_BR.utf-8" locale and variations, like this:

import locale
locale.setlocale(locale.LC_ALL, 'pt_BR.UTF-8')

So i tried this:

import locale
locale.setlocale(locale.LC_ALL, "Portuguese_Brazil.1252")

Here have a list of variations for most locales

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tanukaum