Skip to content
⌘ NSIS Forum Archive

Convert nsh File from UTF-8 to UTF-8 BOM showing special character as question mark ?

2 posts

Ujjwal59#

Convert nsh File from UTF-8 to UTF-8 BOM showing special character as question mark ?

After using latest NSIS 3.10 version converting the nsh files UTF-8 to UTF-8-BOM, it has converted the special character as question mark ( I have used two editor for doing this visualStudio code and notepad++)

Example :
when file is UTF-8 format
Copyright : © 2024

After UTF-8 BOM format:
Copyright : � 2024

Note : I have done trying change with UTF-16 LE BOM