Hi.
As I'm reading in french and english, I've set the string to
"(^L')|((A|The|An|Le|La|Les|Un|Une|Des)\s+)"
But it doesn't work with Calibre 0.8.0. The "L'" empties the Categories menu on the left and disturbs the window position memory.
So I'm back an imperfect string:
title_sort_articles = "^(Le|La|Les|Un|Une|A|The|An)\\s+"
|