diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2015-03-27 11:22:15 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2015-03-27 11:22:15 (GMT) |
commit | 98a3b2e29ece5195e7948681a410bc5fae880a23 (patch) | |
tree | 571243d44b4bdfbb660e6fad7e1abc6b03e66ccb /Source/CPack/WiX/cmWIXSourceWriter.h | |
parent | 685d179b8b8e0f0b98dbfd227f6ccd88b17749b0 (diff) | |
download | CMake-98a3b2e29ece5195e7948681a410bc5fae880a23.zip CMake-98a3b2e29ece5195e7948681a410bc5fae880a23.tar.gz CMake-98a3b2e29ece5195e7948681a410bc5fae880a23.tar.bz2 |
CPackWIX: Omit codepage conversion when internal encoding is already UTF-8.
Diffstat (limited to 'Source/CPack/WiX/cmWIXSourceWriter.h')
-rw-r--r-- | Source/CPack/WiX/cmWIXSourceWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/WiX/cmWIXSourceWriter.h b/Source/CPack/WiX/cmWIXSourceWriter.h index 3957d96..3b9999c 100644 --- a/Source/CPack/WiX/cmWIXSourceWriter.h +++ b/Source/CPack/WiX/cmWIXSourceWriter.h @@ -43,7 +43,7 @@ public: void AddAttributeUnlessEmpty( std::string const& key, std::string const& value); - static std::string WindowsCodepageToUtf8(std::string const& value); + static std::string CMakeEncodingToUtf8(std::string const& value); protected: cmCPackLog* Logger; |