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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support UTF-8 clipboard data #1

Open
sstallion opened this issue Jan 22, 2024 · 0 comments
Open

Support UTF-8 clipboard data #1

sstallion opened this issue Jan 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sstallion
Copy link
Owner

Clipboard data is currently limited to ANSI due to CF_TEXT being passed to SetClipboardData(). UTF-8 should be possible using CF_UNICODE and MultiByteToWideChar, however this causes issues with buffering. This could be solved by introducing a second buffer, but other methods should be investigated before doubling the memory footprint.

@sstallion sstallion added the enhancement New feature or request label Jan 22, 2024
@sstallion sstallion changed the title Support UTF-8 Clipboard Data Support UTF-8 clipboard data Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant