Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 5-skypeParse.py #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update 5-skypeParse.py #1

wants to merge 2 commits into from

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