gitview: Fix the encoding related bug
authorAneesh Kumar K.V <aneesh.kumar@gmail.com>
Mon, 27 Feb 2006 15:55:13 +0000 (21:25 +0530)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 19:01:54 +0000 (11:01 -0800)
commit68d55b83a58a68fc1c9cef63f0deccbff3251096
treec9919d83731212b9f1772e789fca0a884919f96b
parentf891cb3fd6b3c2871c1a15e122366e412428204c
gitview: Fix the encoding related bug

Get the encoding information from repository and convert it to utf-8 before
passing to gtk.TextBuffer.set_text. gtk.TextBuffer.set_text work only with utf-8

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/gitview/gitview