Use lf translation rather than binary when reading commit data.
authorPaul Mackerras <paulus@samba.org>
Sun, 7 Aug 2005 10:01:24 +0000 (20:01 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 7 Aug 2005 10:01:24 +0000 (20:01 +1000)
commitd6e8149bc53de57cab7cc0d9aff6c2341f3a7efa
tree15bce7134ce82d6eec938cb001cb61c2d75c1176
parent94a2eede68f2d3cacef489044f5b822f45f2a10d
Use lf translation rather than binary when reading commit data.

The effect of this is that it allows Tcl to do the locale-specific
conversion of the input data to its internal unicode representation.
That means that commit messages in Russian or other languages should
be displayed correctly now (according to the locale that is in effect.)
gitk