Fill CF_TEXT *and* CF_UNICODETEXT into clipboard
commit80b53b212995e2adb2af4284c29f8f64a7b4acbc
authorSven Strickroth <email@cs-ware.de>
Sun, 26 Jul 2015 16:47:37 +0000 (26 18:47 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 26 Jul 2015 16:47:37 +0000 (26 18:47 +0200)
tree2795e4573828b45b27c1eae5fdc6a9808e655f93
parent5e905a6ce08bb6d8832c5b25c2027cad83e3b214
Fill CF_TEXT *and* CF_UNICODETEXT into clipboard

When copying a patch file to the clipboard, fill in both the CF_TEXT *and* CF_UNICODETEXT formats since Windows would otherwise convert the CF_TEXT to CF_UNICODETEXT using the local codepage instead of UTF8.

Based on TortoiseSVN rev. 26611.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Utils/StringUtils.cpp