Skip to content

Commit ef86b8c

Browse files
authored
make SetClipboard follow the utf8 setting too
This is the minimum change needed for the CopyColourCodes plugin to be able to get utf8 lines
1 parent 95d4dcb commit ef86b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripting/methods/methods_clipboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ CString strContents;
2525

2626
void CMUSHclientDoc::SetClipboard(LPCTSTR Text)
2727
{
28-
putontoclipboard (Text);
28+
putontoclipboard (Text, m_bUTF_8);
2929
} // end of CMUSHclientDoc::SetClipboard

0 commit comments

Comments
 (0)