Robin, > AFAIK KWrite doesn't show, but does give the opportunity to, say, > search/replace regexps, and change the EOL character. I'm still > finding I have the same problem - I converted a ton of Word documents > ages ago (with noword, IIRC) but some control characters just won't > go, no matter what kind of substitutions I run on them; e.g., > > s/t+//g; > > should get rid of tabs, but doesn't. > > Or maybe it's just that my Perl programming sucks ;-)
In this one case, it would be the latter ;-) It would be s/\t+//g; Miark
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
