mirror of
https://github.com/wassname/pyreadline.git
synced 2026-09-09 11:31:11 +08:00
pyreadline: Fixes to make clipboard work with unicode.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user