== Duckcharset Extension ==

'''This extension is not distributed with Mercurial.'''

''Author: [[YuyaNishihara|Yuya Nishihara]]''

Repository: http://bitbucket.org/yuja/hgext-duckcharset/

'''This extension is no longer maintained.''' Please use [[TextfulExtension]] instead.

=== 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 [[http://chardet.feedparser.org/|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
}}}

----
CategoryExtensionsByOthers