mojombo / clippy

Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the client's clipboard.
MIT License
939 stars 167 forks source link

New line not appearing while pasting in notepad #7

Open Proful opened 13 years ago

Proful commented 13 years ago

Thanks for the awesome clippy code.

I am using clippy to copy some code snippets (multiple line). When I paste in notepad++ or gvim all new line is appearing perfectly. But not able to see the new line on the notepad, all are appearing on one line.

flomotlik commented 13 years ago

Got the same problem. Did you find any fix or way around the problem?

andrewtj commented 13 years ago

broken%0D%0Aline seems to do the right thing. Are you encoding the text and if targeting Windows, including a carriage return?