Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clipboard functions don't support Unicode on Windows #9263
Comments
|
what needs to change? what is the probemetic statement? want to do a pull-request? pls |
jreback
added Output-Formatting Unicode Windows
labels
Jan 16, 2015
|
Currently, git master for pandas is based on pyperclip 1.3, the latest version is 1.5.7. The Unicode features for Windows were added very recently. I'd be tempted to replace the code My use case at the office was that I was trying to load clipboard data from Excel that was in Spanish. The current code in |
|
ahh, ok. Yes we can just update in master to the new version. Though would like some tests for validation. |
|
Since pyperclip is now a PyPI package, is it better to make it an optional dependency? |
|
we could update the |
jreback
added this to the
0.16.1
milestone
Mar 18, 2015
jreback
modified the milestone: 0.16.1, 0.17.0
Apr 28, 2015
jreback
modified the milestone: 0.17.0, Next Major Release
Aug 31, 2015
jreback
added the
Prio-medium
label
Aug 31, 2015
jreback
modified the milestone: 0.18.0, Next Major Release
Nov 30, 2015
|
closed by #11712 |
jcjf commentedJan 15, 2015
Recent versions of pyperclip (
pandas.util.clipboard) use CF_UNICODETEXT getting data from and putting data to the WIndows Clipboard.