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)
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>
No differences found