From 28bb8ccf2791599f24ec705c6075a747d7f10030 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 26 Mar 2003 11:06:39 +0000 Subject: - font encoding cleanup patch by Frantisek Dvorak - xinefonts use unicode now - fix endianess in xine-fontconv.c - public render text api uses locale CVS patchset: 4486 CVS date: 2003/03/26 11:06:39 --- src/input/input_dvb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 12eac8114..a6e428782 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -369,6 +369,7 @@ static void osd_show_channel (dvb_input_plugin_t *this) { if ( (channel >= 0) && (channel < this->num_channels) ) this->stream->osd_renderer->render_text (this->osd, 10, 10+i*35, this->channels[channel].name, + "iso-8859-1", OSD_TEXT3); channel ++; } -- cgit v1.2.3