diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2013-12-26 14:23:54 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2013-12-26 14:23:54 (GMT) |
commit | 950d76ed485bd98498fefa1eb63d86bda83d9159 (patch) | |
tree | bf7c6e83f3941128c405850431a8223e8ae7739b /Modules/CPackWIX.cmake | |
parent | cba6c45410e0742c4b905424524bb5b97b82c356 (diff) | |
download | CMake-950d76ed485bd98498fefa1eb63d86bda83d9159.zip CMake-950d76ed485bd98498fefa1eb63d86bda83d9159.tar.gz CMake-950d76ed485bd98498fefa1eb63d86bda83d9159.tar.bz2 |
CPackWiX: allow and convert UTF-8 sequences in RTF writer
Diffstat (limited to 'Modules/CPackWIX.cmake')
-rw-r--r-- | Modules/CPackWIX.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake index d9e0ba7..30f57c7 100644 --- a/Modules/CPackWIX.cmake +++ b/Modules/CPackWIX.cmake @@ -52,6 +52,7 @@ # # If CPACK_RESOURCE_FILE_LICENSE has an .txt extension it is implicitly # converted to RTF by the WiX Generator. +# The expected encoding of the .txt file is UTF-8. # # With CPACK_WIX_LICENSE_RTF you can override the license file used by the # WiX Generator in case CPACK_RESOURCE_FILE_LICENSE is in an unsupported |