I’m mking mp3’s from my hole cd collection and I have file names problems.
I didn’t notice the problem before having already ripped many cd’s :-(. Now most of this is corrected (from grip, for example), but I still have many old files.
These files include many diacritics characters, from freeddb and track name, like éàè’, blanks… This makes it very difficult to make a html page, for example or simply copying them to fat32 for sharing
I seek for a simple bash script that only remove all what is not [az], or replace them by “-”? Better rename could be nice, but not necessary. Looks like the krename “transclusion”, but this one only looks at accents, not apostrophes
I have also many folders and subfolders. I’m pretty used to bash, but not with sed
It is not too difficult to test this. Instead of the *mv *statement you do an *echo *and you can see what a *mv *will do. You can play with it until you are satisfied and then change *echo *to *mv *for the big bang.
Coming back to your original problem. I do not quite see your web-page problem. When you see that in all phases you work with UTF8 it works perfectly within HTML. I have web pages where parts are input via an HTML form. I type there all sorts of diacritics (as I did in my earlier post) and they show as intended (as the above post is rendered as intended).