log mercurial/encoding.py @ 15791:a814f8fcc65a

age author description
Mon, 26 Dec 2011 15:01:06 +0100 Mads Kiilerich encoding: use hint markup for "please check your locale settings"
Fri, 16 Dec 2011 21:09:41 +0900 FUJIWARA Katsunori i18n: use encoding.lower/upper for encoding aware case folding stable
Wed, 21 Sep 2011 13:00:46 -0500 Matt Mackall encoding: add getcols to extract substrings based on column width
Wed, 21 Sep 2011 13:00:41 -0500 Matt Mackall encoding: colwidth input is in the local encoding
Sat, 27 Aug 2011 04:56:12 +0900 FUJIWARA Katsunori i18n: calculate terminal columns by width information of each characters stable
Mon, 25 Jul 2011 15:19:43 -0500 Augie Fackler encoding: use getattr isntead of hasattr
Sat, 30 Apr 2011 10:57:13 -0500 Matt Mackall encoding: add an encoding-aware lower function
Fri, 15 Apr 2011 23:45:41 -0500 Matt Mackall encoding: avoid localstr when a string can be encoded losslessly (issue2763) stable
Mon, 29 Nov 2010 10:13:55 +0100 Martin Geisler encoding: fix typo in variable name
Wed, 24 Nov 2010 15:38:52 -0600 Matt Mackall encoding: add localstr class to track UTF-8 version of transcoded strings
Wed, 27 Oct 2010 15:35:21 -0500 Matt Mackall encoding: default ambiguous character to narrow stable
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Sat, 14 Aug 2010 01:30:54 +0200 Dan Villiom Podlaski Christiansen encoding: improve handling of buggy getpreferredencoding() on Mac OS X stable
Sun, 06 Jun 2010 17:20:10 +0900 FUJIWARA Katsunori replace Python standard textwrap by MBCS sensitive one for i18n text