Hello, Uwe Brauer <[email protected]> writes:
> Consider please the following example: > > | Anton | > | Álvarez | > | Arrieta | > > > org-table-sort-lines using alphabetic ordering results in > > > | Anton | > | Arrieta | > | Álvarez | > > Which is contra intuitive to say the least. The accented A should be > treated as if it did not have an accent resulting in > > | Álvarez | > | Anton | > | Arrieta | Alphabetic ordering uses `string-lessp', which doesn't fulfill your needs here. You can however, sort by an arbitrary function using f or F key. In any case, char folding is a complicated matter, because it really depends on the host language. I think development Emacs provides something like this. Regards, -- Nicolas Goaziou
