From 157e32950dcded05cef247a9be36f9f4eb6a9ffb Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 2 Apr 2017 02:37:28 +0300 Subject: Use a correct character conversion table for Finnish/Swedish. --- displaybase.c | 2 +- osdteletext.c | 3 +-- txtfont.c | 12 ++++++------ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/displaybase.c b/displaybase.c index 87d1084..b01079a 100644 --- a/displaybase.c +++ b/displaybase.c @@ -386,7 +386,7 @@ void cDisplay::DrawChar(int x, int y, cTeletextChar c) { } if (Zoom == Zoom_Lower) { - y -=11; + y -= 11; } int vx = x * fontWidth / 2; diff --git a/osdteletext.c b/osdteletext.c index e2dadf1..1c3eeb4 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -317,8 +317,7 @@ void cTeletextSetupPage::Store(void) { ttSetup.HideMainMenu=temp.HideMainMenu; ttSetup.txtFontName=temp.txtFontNames[temp.txtFontIndex]; //ttSetup.inactivityTimeout=temp.inactivityTimeout; - std::cout << "store " << (const char *)temp.txtFontName << " " << temp.txtFontIndex << std::endl; - + for (int i=0;i