Difference between revisions of "Prokee Module: removebom"
Jump to navigation
Jump to search
(Created page with "Removes (or adds) the utf-8 Byte-Order-Mark (BOM) from (to) files. == Implementations == * [http://www.andreaspollhammer.com/lab/downloads/docu/html/removebom_v01.php removeb...") |
|||
| Line 1: | Line 1: | ||
Removes (or adds) the utf-8 Byte-Order-Mark (BOM) from (to) files. | Removes (or adds) the utf-8 Byte-Order-Mark (BOM) from (to) files. | ||
| + | |||
| + | == Command-Line Interface == | ||
| + | * [https://www.andreaspollhammer.com/downloads/docu/html/removebom_v01_det.php#cli_removebom removebom (version v01)] | ||
== Implementations == | == Implementations == | ||
Latest revision as of 23:58, 8 June 2019
Removes (or adds) the utf-8 Byte-Order-Mark (BOM) from (to) files.