Bug 59561 - ktouch ktouch-gen.pl generates invallid "r" in training data, and fix.
Summary: ktouch ktouch-gen.pl generates invallid "r" in training data, and fix.
Status: RESOLVED FIXED
Alias: None
Product: ktouch
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Haavard Froeiland
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-09 17:19 UTC by Tijs van den Bogaard
Modified: 2003-06-10 19:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tijs van den Bogaard 2003-06-09 17:19:09 UTC
Version:           1.2 (using KDE 3.1.2)
Installed from:    Gentoo
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.4.20

ktouch-gen.pl generates an unallowed character ("r") in the trainingsdata.

Here's how to reproduce the bug, after this comes the bugfix.


When ./temp contains:

-------------- start of ./temp -----------------
length-of-line 20
number-of-line 10

jfkd;a
-------------- end of ./temp -------------------


And the following command to create the trainings data is given:

$ perl ktouch-gen.pl temp < data.sort
#############################################################
##
# KTouch training file generated Mon Jun  9 16:39:08 2003
#
# Perl Script written by Steinar Theigmann & H
Comment 1 Haavard Froeiland 2003-06-10 19:44:48 UTC
*** Bug has been marked as fixed ***.