Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyperclip.copy() loses the final character when copying a string with emoji on Windows 10 #88

Closed
utgwkk opened this issue Apr 21, 2017 · 0 comments 路 Fixed by #89
Closed

Comments

@utgwkk
Copy link
Contributor

utgwkk commented Apr 21, 2017

# coding: utf-8
import pyperclip

teststr = '馃檰 test string'
pyperclip.copy(teststr)
print(teststr)
print(pyperclip.paste())

result:

E:\sandbox>python clip.py
馃檰 test string
馃檰 test strin

I'm using Python 3.6.1 / pyperclip 1.5.27 / Windows 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant