tasklib
tasklib copied to clipboard
Fixing encoding mismatch
tasklib had have hard coded utf-8 encoding. This is not working if locale encoding is different and will fail with any action.
This PR fixes the problem by looking at the correct encoding.
Also removing unicode test as it is not working in all encodings.