Received: (at submit) by bugs.debian.org; 18 May 1997 09:57:51 +0000 Received: (qmail 16953 invoked from network); 18 May 1997 09:57:51 -0000 Received: from gimli.Informatik.Uni-Oldenburg.DE (134.106.1.10) by master.debian.org with SMTP; 18 May 1997 09:57:50 -0000 Received: by gimli.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1) id <m0wT2j9-0003MjC>; Sun, 18 May 97 11:58 CST Received: at Infodrom Oldenburg (/\##/\ Smail3.1.29.1 #29.12 Joey) by finlandia.Infodrom.North.DE id <m0wT2ja-000VGJC>; Sun, 18 May 97 11:58 MET DST Message-Id: <m0wT2ja-000VGJC@finlandia.Infodrom.North.DE> Date: Sun, 18 May 97 11:58 MET DST From: joey@finlandia.Infodrom.North.DE (Martin Schulze) To: submit@bugs.debian.org Subject: dialog eats '%' characters Package: dialog Version: 0.9a-8 When type a '%' character in an --inputbox dialog doesn't return it. This is very bad because '%' in msql has the meaning of '*' in wildcards. I'm trying to build a query... You can easily reproduce this bug by using the sampls which are distrubuted with dialog's source but are left out in the debian release. sh inputbox Type in "bla%" and you get Input string is 'bla' which is wrong. :( Regards, Joey