search for: fc3dc39e3a7

Displaying 2 results from an estimated 2 matches for "fc3dc39e3a7".

2019 May 23
2
writing Unicode text to the Windows clipboard
...thub.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/gnuwin32/CHANGES0#L535-L536 However, in my hands, this does not seem to be true. I can make it work with this change: diff --git a/src/library/utils/src/windows/util.c b/src/library/utils/src/windows/util.c index 373049495dd..fc3dc39e3a7 100644 --- a/src/library/utils/src/windows/util.c +++ b/src/library/utils/src/windows/util.c @@ -318,7 +318,7 @@ SEXP writeClipboard(SEXP text, SEXP sformat) warning(_("unable to open the clipboard")); GlobalFree(hglb); } else { - success = SetClipboardData(CF_TEXT, hglb) != 0;...
2019 May 24
0
writing Unicode text to the Windows clipboard
...thub.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/gnuwin32/CHANGES0#L535-L536 However, in my hands, this does not seem to be true. I can make it work with this change: diff --git a/src/library/utils/src/windows/util.c b/src/library/utils/src/windows/util.c index 373049495dd..fc3dc39e3a7 100644 --- a/src/library/utils/src/windows/util.c +++ b/src/library/utils/src/windows/util.c @@ -318,7 +318,7 @@ SEXP writeClipboard(SEXP text, SEXP sformat) warning(_("unable to open the clipboard")); GlobalFree(hglb); } else { - success = SetClipboardData(CF_TEXT, hglb) != 0;...