From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: sort-lines including non ASCII Date: Thu, 07 Jul 2016 18:23:03 +0300 Message-ID: <83a8htlbfs.fsf@gnu.org> References: <87bn2b6buh.fsf@mat.ucm.es> <874m81j1q5.fsf@iki.fi> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1467905048 10770 80.91.229.3 (7 Jul 2016 15:24:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2016 15:24:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 17:24:02 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bLB9j-0006C4-M5 for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2016 17:23:59 +0200 Original-Received: from localhost ([::1]:40585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLB9i-0005Dd-NN for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2016 11:23:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLB97-0005DU-Ru for emacs-devel@gnu.org; Thu, 07 Jul 2016 11:23:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLB91-0007Qh-P1 for emacs-devel@gnu.org; Thu, 07 Jul 2016 11:23:20 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLB91-0007Qd-Lm; Thu, 07 Jul 2016 11:23:15 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1842 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bLB90-0005eI-Rq; Thu, 07 Jul 2016 11:23:15 -0400 In-reply-to: <874m81j1q5.fsf@iki.fi> (message from Teemu Likonen on Thu, 07 Jul 2016 11:23:30 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205337 Archived-At: > From: Teemu Likonen > Date: Thu, 07 Jul 2016 11:23:30 +0300 > > If we are allowed to step outside Emacs filtering lines through (GNU) > /usr/bin/sort should do what you want. Only if the locale outside Emacs is the one you want to use for collation. Emacs is a multilingual environment, so it supports multiple collating locales, independently of the system one.