n1k0 / SublimeHighlight

A humble SublimeText package for exporting highlighted code as RTF or HTML
https://github.com/n1k0/SublimeHighlight
MIT License
788 stars 105 forks source link

Fix Windows clipboard with Python3/ST3 and 64-bit Windows. #45

Closed ehuss closed 10 years ago

ehuss commented 10 years ago

The copy-to-clipboard command was not working in ST3 on 64-bit Windows for a variety of reasons. This seems to fix all the problems. I tested both RTF and HTML copying. It also handles Unicode a little better now.

n1k0 commented 10 years ago

Thanks!