python3-utf8-locale

Detect a UTF-8-capable locale for running programs in - Python library
  https://gitlab.com/ppentchev/utf8-locale
  0
  no reviews



Sometimes it is useful for a program to be able to run a child process and more or less depend on its output being valid UTF-8. This can usually be accomplished by setting one or more environment variables, but there is the question of what to set them to - what UTF-8-capable locale is present on this particular system? This is where the utf8_locale module comes in.

This package provides the Python 3.x utf_locale module.