⇤ ← Revision 1 as of 2010-01-24 15:36:35
Size: 735
Comment: short description about duckcharset extension
|
Size: 717
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 25: | Line 25: |
CategoryExtension CategoryExtensionsByOthers | CategoryExtensionsByOthers |
Duckcharset Extension
This extension is not distributed with Mercurial.
Author: Yuya Nishihara
Download site: http://bitbucket.org/yuja/hgext-duckcharset/
Overview
This experimental extension adds the ability to convert character encoding automagically when displaying. It should be useful for CJKV users, who need to handle plenty of character encodings.
It uses Universal Encoding Detector to detect character set.
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] duckcharset = /path/to/duckcharset.py