From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: problems with alphabetic ordering in tables containing non ASCII chars Date: Tue, 05 Jul 2016 20:26:54 +0000 Message-ID: <87inwjzv8x.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKWw1-0001QH-Aa for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 16:27:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKWvy-0000Om-H2 for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 16:27:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:58539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKWvy-0000MB-A9 for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 16:27:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bKWvs-0004Nb-NR for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 22:27:00 +0200 Received: from 50.red-83-59-223.dynamicip.rima-tde.net ([83.59.223.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jul 2016 22:27:00 +0200 Received: from oub by 50.red-83-59-223.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jul 2016 22:27:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello 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 | That is the way excel (which I try to avoid usually but which is doing the right thing), works, libreoffice ooffice is also on the wired side here. regards Uwe Brauer