Hi , first excuse for my poor english , i'm french.
So , first , i modified system.xml , to ignore some article when i sort movie by name ( like a , an , the in english language )
So , I added this line to system.xml
<string>l'</string>
<string>le</string>
<string>la</string>
<string>les</string>
<string>un</string>
<string>une</string>
<string>à</string>
Why , because in french language , we ignore this article : l' , le , la , les , un une , à
Everything is good , except this article : l' ( letter l with quote ( inclined from left down to hight right ))
So , for example , this movie name : L'Âge de glace , must sort in A logically in french, but in my setup it sort in L )
So , what i am missing ?
( Thanks by advance for your answer , and excuse me for my very poor english )