Willy-Kimura / SharpClipboard

A library for anonymously monitoring clipboard entries.
183 stars 34 forks source link

Japanese symbols show as '?' #1

Closed hdpe1399 closed 5 years ago

hdpe1399 commented 5 years ago

does this plugin work with unicode characters?

hdpe1399 commented 5 years ago

for example, this symbol "覚" i can copy well to the notepad

but when i use MessageBox.Show(clipboard.ClipboardText);

it just shows a question mark

Willy-Kimura commented 5 years ago

Hi @hdpe1399

I've just updated the component with support for Unicode symbols and characters. It's now working.