Closed kevthehermit closed 9 years ago
Hi,
That's odd, it works great on Kali (Debian)
root@kali:~# python
Python 2.7.3 (default, Mar 14 2014, 11:57:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print unichr(9500)
├
>>> print unichr(9492)
└
>>>
Will wrap in try / except as a temporary solution.
Thanks a lot!
First I love this project and looking forward to its development. I found an issue running the hosts command on a Linux machine results in the following;
The issue is with the unichr options.
on windows they are fine
On Linux not so much
A Simple fix is to replace the chars with a |
Which then outputs the expected results
Or use a try / except to display | if unichr fails
Ill send a pull request when I get home