Hi Alberto Thanks for the nudge. I've fixed it by using the browser's localeCompare() function:
https://github.com/Jermolene/TiddlyWiki5/commit/bb42c0ab360760917ad5bde84f15350186a9471a Best wishes Jeremy On Thu, Apr 17, 2014 at 6:06 PM, Alberto Molina <[email protected]>wrote: > Hi everybody, > > This is a little problem for those who write in non-english languages. > > If a tiddler title begins with an accented letter, then it is not ordered > well. For example, the tiddler [[épistémologie]] will be placed after all > other tiddlers and not between those beginning with E and F. > > In other words, the (wrong) ordering is like that: > > - a, b, c, d, e, f, … x, y, z, à, é, è, … > > and it should be like that: > > - a, à, b, c, d, e, é, è, f, …, x, y, z > > > Do you know a way to change that? > Alberto > > > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

