##// END OF EJS Templates
BUG: when given unicode inputs, arg_split should return unicode outputs. Always use utf-8 to encode the string instead of relying on sys.stdin.encoding, which may not be able to accept the full range of Unicode characters. When given unicode strings, arg_split is probably not receiving input from a terminal.
BUG: when given unicode inputs, arg_split should return unicode outputs. Always use utf-8 to encode the string instead of relying on sys.stdin.encoding, which may not be able to accept the full range of Unicode characters. When given unicode strings, arg_split is probably not receiving input from a terminal.
Robert Kern -
r3291:6aff23d2
Show More
Name Size Modified Last Commit Author
/ IPython / scripts
__init__.py Loading ...
iptest Loading ...
ipython Loading ...
ipython-qtconsole Loading ...
irunner Loading ...
pycolor Loading ...