From 34e4e5b5f4140a11b8ec7aaf99072d2351ec0e5c Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Fri, 6 Sep 2019 04:51:14 -0700 Subject: [PATCH] UTF-8 encoding vice Windows --- nbproject/project.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nbproject/project.xml b/nbproject/project.xml index 746e8bc4f1..adf0d50fd4 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,11 +6,11 @@ <name>Networked Graphics MV3500</name> </general-data> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> - <!-- Do not use Project Properties customizer when editing this file manually. - To prevent the customizer from showing, create nbproject/project.properties file and enter -auxiliary.show.customizer=false -property there. Adding -auxiliary.show.customizer.message=<message> + <!-- Do not use Project Properties customizer when editing this file manually. + To prevent the customizer from showing, create nbproject/project.properties file and enter +auxiliary.show.customizer=false +property there. Adding +auxiliary.show.customizer.message=<message> will show your customized message when someone attempts to open the customizer. --> <name>Networked Graphics MV3500</name> <properties/> @@ -18,7 +18,7 @@ auxiliary.show.customizer.message=<message> <source-folder> <label>Networked Graphics MV3500</label> <location>.</location> - <encoding>windows-1252</encoding> + <encoding>UTF-8</encoding> </source-folder> </folders> <ide-actions/> -- GitLab