A
A
Andrey2016-12-18 14:32:30
Unicode
Andrey, 2016-12-18 14:32:30

How to bulk convert more than 500 files (.php .txt etc) to Utf-8 without Bom?

How to bulk convert more than 500 files (.php .txt etc) to Utf-8 without Bom using notepad++ ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2016-12-18
@VELIK505

powershell
By the way, this piece of code is an excellent example of how MS takes care of all of us: When saving information in UTF with the appropriate cmdlets (Out-File, Set-Content and others), powershell saves only in UTF with BOM. To save without BOM, you have to use the above construction.
For Linux, a more native means is the above iconv

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question