Skip to content

Conversation

@thgb
Copy link

@thgb thgb commented May 16, 2014

Fixed contact search so it can deal with non-ascii characters in skype names. Required changing str() functions to objects treated as strings.

Example change change on line 31:

 print (u'[+] User           : %s ' % (row[0],)).encode('utf-8')

thgb added 2 commits May 16, 2014 02:36
Fix contact search so it can deal with non-ascii characters in skype names. Required changing str() functions to objects treated as strings.

Main change is line 31: print (u'[+] User           : %s ' % (row[0],)).encode('utf-8')
Fixed a few bugs that prevented any messages being printed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant