KillBom

This extension will remove the BOM from all UTF-8 encoded files. Resulting file will still be UTF-8 but without the pesky BOM bytes.

Status

This extension is not distributed with Mercurial.

Author: Josip Medved

Repository: https://bitbucket.org/jmedved/hg-killbom

Overview

Following commands are added:

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
killbom = /path/to/killbom.py

See also


CategoryExtensionsByOthers