Skip to content

Conversation

@mkstayalive
Copy link

Now a library like BeautifulSoup will be required to extract the solution correctly. Also made other changes like accepting user handle as program argument, Making Solutions as the base directory and adding it to .gitignore

Manish and others added 14 commits April 29, 2018 09:43
Errors occured because of invalid characters filenames from problem names like "Valid BFS ?" problem
used re.sub to fix the problem's name
Fixed 'ascii' error by : prob_name.encode('utf-8')
Encoding the result variable into UNICODE fixed the error : result.encode('utf-8')
Adds support for non-ascii unicode characters
Revert "Adds support for non-ascii unicode characters"
Removed forbidden characters from problem names
fixing re not defined error
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.

4 participants