I researched Google and found this article an article , but my codes are still saved as ansi.
Notepad ++ has a function to change / transform the encoding of the code, does anyone know if there is any option in Netbeans?
nebeans.conf
netbeans_default_options = "- J-Dorg.glassfish.v3.installRoot = \" E: \ Programs \ sges-v3-prelude \ "-J-Dcom.sun.aas.installRoot = \" E: \ Programs \ AppServer \ "- J-client -J-Xss2m -J-Xms32m -J-XX: PermSize = 32m -J-XX: MaxPermSize = 200m -J-Xverify: none -J-Dapple.laf.useScreenMenuBar = true -J-Dsun.java2d. noddraw = true -J-Duser.language = en -J-Duser.region = US -J-Dfile.encoding = UTF-8 "
project.properties :
include.path=${php.global.include.path}
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=true
web.root=.
Thanks in advance!