Convert all ascii decoding to utf-8 decoding (#182)
authorAudrey Dutcher <audrey@rhelmot.io>
Fri, 23 Feb 2018 13:28:51 +0000 (05:28 -0800)
committerEli Bendersky <eliben@users.noreply.github.com>
Fri, 23 Feb 2018 13:28:51 +0000 (05:28 -0800)
commit82299758cc0c0ca788de094ee2d83f6f490a8ef4
treebc4f6081fc3cd2a52001793150caf0bceeb410e5
parent51cb197c60c5dc7338577823b671e65d07b7904c
Convert all ascii decoding to utf-8 decoding (#182)

* Convert all ascii-decoding to utf-8 decoding

* Add testcase for unicode symbols
elftools/elf/sections.py
elftools/elf/segments.py
elftools/elf/structs.py
test/test_encoding.py [new file with mode: 0644]
test/testfiles_for_unittests/unicode_symbols.elf [new file with mode: 0755]