From patchwork Sat Jan 28 12:59:34 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rene Hertell X-Patchwork-Id: 12183 Received: from fep01-0.kolumbus.fi ([193.229.0.41] helo=fep01-app.kolumbus.fi) by www.linuxtv.org with esmtp (Exim 4.50) id 1F2pfm-00083I-BY for vdr@linuxtv.org; Sat, 28 Jan 2006 13:59:22 +0100 Received: from [127.0.0.1] (really [81.197.217.168]) by fep01-app.kolumbus.fi with ESMTP id <20060128125921.FBFS15577.fep01-app.kolumbus.fi@[127.0.0.1]> for ; Sat, 28 Jan 2006 14:59:21 +0200 Message-ID: <43DB6AB6.5090904@hertell.com> Date: Sat, 28 Jan 2006 14:59:34 +0200 From: Rene Hertell User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Klaus Schmidinger's VDR Subject: [vdr] Moving charMap from menuitems.c to Make.config X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2006 12:59:22 -0000 Status: O X-Status: X-Keywords: X-UID: 7499 Hi Klaus, Could you add a new option in Make.config for specifying the charMap-variable in menuitems.c? This would be handy, because the map that's specified in menuitems.c lacks support for eg. Scandinavian characters like å, ä and ö and some other special characters. Also the character é is missing :-) For now i patched menuitems.c like this: lastKey = kNone; Set(); Regards, René --- menuitems.c.orig 2006-01-27 04:11:38.000000000 +0200 +++ menuitems.c 2006-01-27 04:15:54.000000000 +0200 @@ -245,7 +245,7 @@ pos = -1; insert = uppercase = false; newchar = true; - charMap = tr(" 0\t-.#~,/_@1\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"); + charMap = tr(" 0\t-.#~?!':;,/_@1\tabcåä2\tdefé3\tghi4\tjkl5\tmnoö6\tpqrs7\ttuvü8\twxyz9"); currentChar = NULL;