<p><br>
On Apr 27, 2014 6:26 AM, "Stephen Schoun" <<a href="mailto:stephen@schoun.net">stephen@schoun.net</a>> wrote:<br>
><br>
> However, I found a workaround that seems to do the job.  If I understand correctly, base64 is used to strip newlines when writing and reading from the clipboard manager.  So I was able to replace the "base64" or "base64 -d" command with a suitable bash function in src/platform/cygwin.sh using "tr":<br>

></p>
<p>Hello Stephen,</p>
<p>I don't know the exact use of base64 in the source but it isn't generally used to strip newlines. (I don't even know if it can do that)</p>
<p>Base64 is a method of encoding binary data in plain text.</p>
<p>They being said there may be other methods for base64 encoding.  For example openssl has a base64 endowed.  Is that available on your system?  Maybe it could be used as a fallback.</p>
<p>I don't use windows so I am taking shots in the dark but it shouldn't be difficult to call a different binary if `base64 ` isn't available.</p>
<p>Cheers,<br>
Kevin</p>