I have run docAider in my repo but the execution was interrupted with an error. Looks like Python tries to read a file that contains non-UTF-8 characters.
>>> basehangul.decode(basehangul.encode('1')) u'\x18' >>> basehangul.decode(basehangul.encode('11')) Traceback (most recent call last): File "<stdin>", line 1, in ...