On Thu, Jun 28, 2018 at 01:27:07PM -0400, Jeff King wrote: > Yeah, that was along the lines that I was thinking. I wonder if anybody > would ever need two such auto-encodings, though. Probably not. But > another way to think about it would be to allow something like: > > working-tree-encoding=foo > > and then in your config "foo" to map to some encoding. > > But that may be over-engineering, I dunno. utf8 has always been enough > for me. :) I had a thought the other day about why this solution might be valuable. Different platforms encode different values for iconv character sets. So, for example, one may have platforms supporting some disjoint sets of the following: * LATIN-1 * LATIN1 * ISO8859-1 * ISO-8859-1 * ISO_8859-1 * ISO_8859-1:1987 * some lowercase variants of these Therefore, specifying a working-tree-encoding value that works across a wide variety of system may be non-trivial. This is less of a problem with UTF-8, but having the ability to pick an encoding and remap it to a supported value may be useful nevertheless. -- brian m. carlson: Houston, Texas, US OpenPGP: https://keybase.io/bk2204