pyreadline: Fixes to make clipboard work with unicode.

This commit is contained in:
jstenar
2007-11-09 22:45:31 +00:00
parent 3425cf033a
commit 1c44a08219
4 changed files with 16 additions and 8 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-11-09 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Fixes to make clipboard play nice with unicode. Quick that treats the clipboard as
being str with pyreadline_encoding data. Thus convert to unicode when pasting and
converting to str when copying.
2007-11-09 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* More fixes to ensure unicode works when completing on filepaths with non ascii symbols.
This fix assumes sys.stdout.encoding is valid for the filesystem. A more correct fix