show/hide this revision's text 2 Give cross-reference

There was a question yesterday or the day before about file renaming, and I showed a Perl script rename.pl that would be usable for the task. The problem area is knowing how the odd characters are encoded, and devising the correct sequence of transliterations. I'd probably do it with an adaptation of that script that did all the mappings sequentially. Doing it one character at a time would be unduly fiddly.

Question was: How to rename with prefix/suffix

show/hide this revision's text 1

There was a question yesterday or the day before about file renaming, and I showed a Perl script rename.pl that would be usable for the task. The problem area is knowing how the odd characters are encoded, and devising the correct sequence of transliterations. I'd probably do it with an adaptation of that script that did all the mappings sequentially. Doing it one character at a time would be unduly fiddly.