##// END OF EJS Templates
add text.getdefaultencoding() for central default encoding guess...
add text.getdefaultencoding() for central default encoding guess This is a central location for the many places we call sys.stdin.encoding or sys.getdefaultencoding(), which now adds locale.getpreferredencoding(False) after stdin.encoding, which should be a better guess when stdin.encoding is None.
MinRK -
r4783:6392cebc
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook / static / js
cell.js Loading ...
codecell.js Loading ...
kernel.js Loading ...
kernelstatus.js Loading ...
layout.js Loading ...
leftpanel.js Loading ...
namespace.js Loading ...
nbbrowser_main.js Loading ...
notebook.js Loading ...
notebook_main.js Loading ...
notebooklist.js Loading ...
pager.js Loading ...
panelsection.js Loading ...
printwidget.js Loading ...
savewidget.js Loading ...
textcell.js Loading ...
utils.js Loading ...