From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: non-ascii in committer names? Date: Thu, 13 Jun 2013 10:47:34 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371113283 8918 80.91.229.3 (13 Jun 2013 08:48:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 08:48:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 13 10:48:03 2013 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 1Un3CN-0008Nz-GK for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 10:48:03 +0200 Original-Received: from localhost ([::1]:54335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un3CN-0007rv-5H for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 04:48:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un3CJ-0007rd-St for emacs-devel@gnu.org; Thu, 13 Jun 2013 04:48:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un3CF-0005L6-8S for emacs-devel@gnu.org; Thu, 13 Jun 2013 04:47:59 -0400 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:64302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un3CF-0005Kg-24 for emacs-devel@gnu.org; Thu, 13 Jun 2013 04:47:55 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id 0A25A2957F2 for ; Thu, 13 Jun 2013 10:47:54 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF3) Original-Received: from mf3.bahnhof.se ([127.0.0.1]) by localhost (mf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rCHoql8w5L+D for ; Thu, 13 Jun 2013 10:47:45 +0200 (CEST) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf3.bahnhof.se (Postfix) with ESMTP id 2186B605079 for ; Thu, 13 Jun 2013 10:47:44 +0200 (CEST) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 0AEFE4E2E4E for ; Thu, 13 Jun 2013 08:47:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w2Vy96nIlDqu for ; Thu, 13 Jun 2013 10:47:34 +0200 (CEST) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 30B994E02EF for ; Thu, 13 Jun 2013 10:47:34 +0200 (CEST) User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 213.80.101.11 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160403 Archived-At: Can the commiter name contain non-ascii with bzr? I'm asking because I'm experiencing this issue: https://github.com/felipec/git/issues/38 As far as I can determine non-ascii committer names doesnt work with bzrlib, but I might be wrong. In order to push the patches to bzr on Savannah, I need to resolve this issue somehow. The patches in question are here: https://github.com/jave/xwidget-emacs/pull/1 Any suggestions? Heres what I can come up with: - Squash the committer name to ascii: That doesnt feel right, but if thats the convention, so be it. - Fix bzrlib: I'm not sure it's a bug. The trace seems to indicate it's intended behaviour. I would rather not stop updating the savannah repo, and I would rather not stop using git-remote-bzr, if at all possible. Thanks, -- Joakim Verona