-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Clipboard functions don't support Unicode on Windows #9263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
what needs to change? what is the probemetic statement? want to do a pull-request? pls |
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 |
closed by #11712 |
Recent versions of pyperclip (
pandas.util.clipboard
) use CF_UNICODETEXT getting data from and putting data to the WIndows Clipboard.The text was updated successfully, but these errors were encountered: