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: getpwent, user-full-name and utf-8 Date: Wed, 21 Mar 2007 21:37:38 +0200 Message-ID: References: <86zm66q5ov.fsf@lola.quinscape.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174505895 30260 80.91.229.12 (21 Mar 2007 19:38:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 19:38:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 21 20:38:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HU6dL-00020C-0l for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 20:38:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU6f2-0001Rt-Gn for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 14:39:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HU6ei-0001Kb-3I for emacs-devel@gnu.org; Wed, 21 Mar 2007 15:39:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HU6eg-0001Jg-H2 for emacs-devel@gnu.org; Wed, 21 Mar 2007 15:39:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU6eg-0001Ja-CC for emacs-devel@gnu.org; Wed, 21 Mar 2007 14:39:30 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HU6cx-0001SU-08; Wed, 21 Mar 2007 15:37:43 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-55-1.inter.net.il [83.130.55.1]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GIT99586 (AUTH halo1); Wed, 21 Mar 2007 21:37:39 +0200 (IST) In-reply-to: <86zm66q5ov.fsf@lola.quinscape.zz> (message from David Kastrup on Wed, 21 Mar 2007 10:58:08 +0100) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68249 Archived-At: > From: David Kastrup > Date: Wed, 21 Mar 2007 10:58:08 +0100 > > I propose that we bite the bullet, assume a fixed external system > encoding of utf-8 for such strings, and recode accordingly. I'd rather assume that usernames are encoded in the locale's encoding, not necessarily in UTF-8.