![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: win32clipboard.GetClipboardData() return string with null characters
From: <aurora00@gmail.com>
Date: Thu May 26 2005 - 21:37:37 CEST
It appears to me that some applications put extra garbage data into the
I use this application to show the clipboard content:
import win32clipboard, win32con
print getWinClipboardText().encode('string_escape')
For example, copying the Python banner from the windows console gets me
----------------------------------------------------------
Some applications appear to put clean data in the clipboard always:
Some applications appear to include \0 and other crap:
When I paste, it never appears to be any problem that there maybe
|