By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2161 - Krename automatically renames filenames containing #$/
Summary: Krename automatically renames filenames containing #$/
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeutils (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2968
  Show dependency treegraph
 
Reported: 2014-10-15 06:45 CDT by Andrew Young
Modified: 2018-08-30 02:52 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Snapshot of buggy Krename (62.45 KB, image/png)
2014-10-15 06:45 CDT, Andrew Young
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Young 2014-10-15 06:45:16 CDT
Created attachment 2322 [details]
Snapshot of buggy Krename

Krename will automatically rename filenames which contain #& etc. Below is a list of test filenames that show the behaviour in Krename. Attached is a screenshot of the filenames and their automatic new names.

Krename should ignore #% etc in filenames and only use the pattern entered as a template.

foo %23{0.1} bar.txt
foo%23{0.1}bar.txt
foo [&1][%%2-] bar.txt
foo[&1][%%2-]bar.txt
foo ∕ bar.txt
foo $ bar.txt
foo * bar.txt
foo \ bar.txt
foo & bar.txt
foo %23 bar.txt
foo %% bar.txt
foo∕bar.txt
foo$bar.txt
foo*bar.txt
foo\bar.txt
foo&bar.txt
foo%23bar.txt
foo%%25bar.txt