Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2010-01-24 16:01:55
Size: 717
Editor: abuehl
Comment:
Revision 4 as of 2012-02-15 21:45:39
Size: 804
Editor: ks3095497
Comment: Download location is a repository.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/yuja/hgext-duckcharset/ Repository: http://bitbucket.org/yuja/hgext-duckcharset/

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

Duckcharset Extension

This extension is not distributed with Mercurial.

Author: 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 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

DuckcharsetExtension (last edited 2012-02-15 21:45:39 by ks3095497)