You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rpl 1.5.7 on Python 2 trips over some Unicode characters:
Processing: /usr/lib/python3.4/site-packages/ipython_genutils/tests/test_path.py
Traceback (most recent call last):
File "rpl", line 314, in <module>
main()
File "rpl", line 246, in main
matches = blockrepl(f, o, regex, old_str, new_str, 1024)
File "rpl", line 93, in blockrepl
outstream.write(parts)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2202' in position 559: ordinal not in range(128)
The IPython test contains the literals u'∂ir' and u'ƒile'.
The text was updated successfully, but these errors were encountered:
rpl 1.5.7 on Python 2 trips over some Unicode characters:
The IPython test contains the literals
u'∂ir'
andu'ƒile'
.The text was updated successfully, but these errors were encountered: