brokkr / poca

A fast, multithreaded and highly customizable command line podcast client, written in Python 3
GNU General Public License v3.0
23 stars 4 forks source link

Drop: Support for encodings other than UTF-8 #124

Open brokkr opened 3 years ago

brokkr commented 3 years ago

Checking out support on various older platforms (older releases of Ubuntu, basically), I found one release, 18.04, that that could run poca (install and run requirements and with a version of Python that worked) AND that could bug out on discovering Unicode support (see #122). With a bit of jiggery pokery. But that still had a terminal that supported unicode.

So what's the point in insisting on a fallback option if we aren't supporting the platforms that would require it? And if we require unicode, does that mean only utf-8 encoding?

Specifically: