QUOTE(Moonbase @ Nov 27 2008, 03:35)

I’d vote against some »brute-force-ASCIIing«. Instead, the application should be able to use Unicode throughout, so special characters aren’t a problem.
I guess the better solution might be either to use a multilingual keyboard driver (that allows input of those characters, and maybe more diacritics to be added to a letter) [...]
You don't understand the problem. It's neither a question of foobar handling Unicode (doesn't it already?) or of difficulty typing accented characters. The problem is in many cases NOT KNOWING what character to type. You mentioned Céline Dion. Perhaps you speak French so you know how to spell her name. If not, are you sure it isn't Diňn? Or Díon? Or Çčlěńč? Perhaps you know, but you used FreeDB to tag your files, and someone else made an error. Best to use wildcards then for the characters that may be incorrect: **l*** D***.
QUOTE
The search difficulties would never be resolved by just trying to get rid of diacritics on a small subset of all Unicode characters, and more couldn’t be done. Or how would you transcribe, say Russian characters like Ч Щ and so on? Or Thai (ราชอาณาจักรไทย), Japanese (日本国), and so forth?
This is not about transcribing wildly different languages either, only filtering Latin derivative alphabets by removing diacritics from their root characters.
If you don't want it, fine, don't use it. But as a European foobar user with a lot of French, German, Spanish, Scandinavian and Slavic music in my database, I'd love to see even a simple brute $ascii filter as a selectable preference ASAP. So I'm eagerly awaiting what Peter et al. can come up with.
[EDIT] Just to make this post constructive, here's another idea. A quick scan of the Unicode table (see e.g. here:
http://wikisource.org/wiki/Transwiki:Table...rs,_32_to_9999) would seem to suggest that just about all codes up to 382 can be safely $ascii-filtered. The non-Latin unicodes are all above. This would mean a kind of translation table, but one that is straightforward to implement.
[EDIT 2] Fixed unicode link.