Is it possible to check in Python whether a given charset exists/is installed.
For example:
check('iso-8859-1') -> True
check('bla') -> False
Asked
Active
Viewed 1,863 times
0