Richard Penman
Richard Penman
same problem here - for now replaced this dependency with: git+https://github.com/AutomatedTester/browsermob-proxy-py.git@48accb7f17e776397f98ece63eabcd755d606f3e
PR to handle this case would gladly be merged!
encoding is not a supported argument in python2 and I want to maintain backwards compatibility for now - are you able to provide a version that works for both?
good find @xnetcat - I tested adding this import however found the csv module did not play well with unicode. Do you have a branch that got this working?
I'll merge a PR if it maintains support for Python 2
Have added UTF8 encoding
yeah I'd like to keep python2 support while still practical
Have added UTF encoding separately
strange - I was not aware 3.6 & 3.7 handle unicode differently
Am unable to reproduce. Tested again in 3.11 and works.