For instance
sélectionné
does not display the "é" correctly. What is displayed is an "A" with tilde above and a copyright symbol.
NSIS Version 3.02.1
Windows 7 Pro
Code specifics:
; MUI ------
!include "MUI2.nsh"
Unicode true
!define MUI_WELCOMEPAGE_TITLE $(WelcomePageTitleLang)
!define MUI_WELCOMEPAGE_TEXT $(WelcomePageTextLang)
!insertmacro MUI_PAGE_WELCOME
LangString WelcomePageTitleLang ${LANG_ENGLISH} "Welcome to ${PRODUCT_NAME} ${PRODUCT_VERSION} Setup"
LangString WelcomePageTitleLang ${LANG_FRENCH} "Bienvenue dans la configuration ${PRODUCT_NAME} ${PRODUCT_VERSION}"
LangString WelcomePageTextLang ${LANG_ENGLISH} "Setup will guide you through the installation of a selected ${PRODUCT_NAME}.$\r$\n$\r$\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.$\r$\n$\r$\nClick Next to continue."
LangString WelcomePageTextLang ${LANG_FRENCH} "Le programme d'installation vous guidera lors de l'installation d'un ${PRODUCT_NAME} sélectionné. $\r$\n$\r$\nIl est recommandé de fermer toutes les autres applications avant de commencer l'installation. Cela permet de mettre à jour les fichiers système pertinents sans devoir redémarrer votre ordinateur. $\r$\n$\r$\nClicer sur Suivant pour continuer."