mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
python: only use ascii character (#1704)
Otherwise python setup.py install from bindings/python will fail with SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 223, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
This commit is contained in:
parent
b183f152ac
commit
20005dfdee
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ Capstone offers some unparalleled features:
|
|||
|
||||
- Having clean/simple/lightweight/intuitive architecture-neutral API.
|
||||
|
||||
- Provide details on disassembled instruction (called “decomposer” by others).
|
||||
- Provide details on disassembled instruction (called "decomposer" by others).
|
||||
|
||||
- Provide semantics of the disassembled instruction, such as list of implicit
|
||||
registers read & written.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue