mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
CPack/NSIS: Template file in UTF-8 BOM to support Unicode
Fixes: #21318
This commit is contained in:
6
Help/release/dev/cpack-nsis-utf-8-bom.rst
Normal file
6
Help/release/dev/cpack-nsis-utf-8-bom.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
cpack-nsis-utf8-bom
|
||||
-------------------
|
||||
|
||||
* The :cpack_gen:`CPack NSIS Generator` now handles correctly Unicode characters.
|
||||
If you want to have a ``CPACK_RESOURCE_FILE_LICENSE`` with UTF-8 characters
|
||||
it needs to be encoded in UTF-8 BOM.
|
||||
@@ -1,4 +1,4 @@
|
||||
; CPack install script designed for a nmake build
|
||||
; CPack install script designed for a nmake build
|
||||
|
||||
;--------------------------------
|
||||
; You must define these values
|
||||
|
||||
Reference in New Issue
Block a user