kiwi-el8/kiwi/utils
David Cassany fda157296e
Add Codec utils for bytes literals decoding
In case of a literal decoding failure it tries to decode
the result in utf-8. This is handy in python2 environments where
python and the host might be using different charset configurations.
In python3 this issue seams to be solved.

Fixes #829 and bsc#1110871
2018-10-08 15:48:51 +02:00
..
__init__.py Refactor data subpackage 2016-03-17 10:42:08 +01:00
block.py Cleanup of the utils API docs 2018-04-17 18:05:09 +02:00
checksum.py Cleanup of the utils API docs 2018-04-17 18:05:09 +02:00
codec.py Add Codec utils for bytes literals decoding 2018-10-08 15:48:51 +02:00
command_capabilities.py Fixed some code smells 2018-07-11 10:31:04 +02:00
compress.py Return file name after archive or compression call 2018-05-15 10:36:57 +02:00
output.py Cleanup of the utils API docs 2018-04-17 18:05:09 +02:00
size.py Cleanup of the utils API docs 2018-04-17 18:05:09 +02:00
sync.py Cleanup of the utils API docs 2018-04-17 18:05:09 +02:00
sysconfig.py Make use of kiwi/utils/sysconfig 2018-09-13 17:54:58 +02:00