I can convert to UTF-8 Without BOM using NP++ (one file ,one file) , I want tool to convert all open files to UTF-8 without BOM or tool search in folder and replace all php files to utf-8 without BOM
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ask for it on IdeaTorrent. There are several operations that have been requested to be made available on all opened file, and more still for which such a modifier would make sense.
Concerning the "Convert all *.php in folder to ...", I'd consider using a sed script to do that.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can convert to UTF-8 Without BOM using NP++ (one file ,one file) , I want tool to convert all open files to UTF-8 without BOM or tool search in folder and replace all php files to utf-8 without BOM
use this free utility to convert between formats/codepages:
http://www.sisulizer.com/kaboom/index.shtml#onlinemanual
Ask for it on IdeaTorrent. There are several operations that have been requested to be made available on all opened file, and more still for which such a modifier would make sense.
Concerning the "Convert all *.php in folder to ...", I'd consider using a sed script to do that.
CChris