CJTozer / SublimeDiffView

Side-by-Side Git, SVN and Bazaar Diff Viewer for Sublime Text 3
https://packagecontrol.io/packages/DiffView
MIT License
20 stars 7 forks source link

Added error parameter 'replace' for UTF-8 string decode #69

Closed Nauscar closed 5 years ago

Nauscar commented 5 years ago

I required this change locally due to Unicode decode errors for a repository containing some non-Unicode characters riddled throughout.

I have ensured that this change passes the unit tests present on the develop branch as per the contributing guidelines. I hope this is helpful and an acceptable error parameter for string decodes; thanks for the awesome plugin!

CJTozer commented 5 years ago

Thanks for the PR, good work!