ned-kelly / docker-multicontainer-libretime

A multi-container deployment of the Libretime Radio Broadcast Server, PostgreSQL, Icecast2 & RabbitMQ, all based on Ubuntu Xenial & Alpine Linux!
56 stars 22 forks source link

set UTF-8 python character encoding #8

Closed frecuencialibre closed 5 years ago

frecuencialibre commented 5 years ago

After digging around trying to resolve problems importing audio files with non-ascii filenames and/or metada, I discovered that this issue appears to be specific to this docker install.

root@45943352705b:/var/log/airtime# python -c "import locale; print locale.getpreferredencoding()"
ANSI_X3.4-1968