Additional question:
I have this template for listing the first letter (or 0-9 if numeric)
Code:
{title_sort:'contains(t=uppercase(re($, '^\W*(\w).*$','\1')), '\d', '0-9', t)'}
I'd like to use transliterate() to standardize the letters (currently accented characters shown separately). How would I add that?