From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: default encoding for scm_primitive_load Date: Sun, 13 Feb 2011 10:45:56 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297590060 28669 80.91.229.12 (13 Feb 2011 09:41:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 09:41:00 +0000 (UTC) Cc: guile-devel To: Ludovic =?utf-8?Q?Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 13 10:40:54 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PoYRq-0000zS-78 for guile-devel@m.gmane.org; Sun, 13 Feb 2011 10:40:54 +0100 Original-Received: from localhost ([127.0.0.1]:53902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoYRp-0005gr-Nv for guile-devel@m.gmane.org; Sun, 13 Feb 2011 04:40:53 -0500 Original-Received: from [140.186.70.92] (port=49517 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoYRn-0005gm-L4 for guile-devel@gnu.org; Sun, 13 Feb 2011 04:40:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoYRm-00027A-6k for guile-devel@gnu.org; Sun, 13 Feb 2011 04:40:51 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:57883 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoYRm-000275-4N; Sun, 13 Feb 2011 04:40:50 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 33F1B4F80; Sun, 13 Feb 2011 04:41:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-type; s=sasl; bh=p /yUtZ5rAlwlRZn6UeCh9KhvdG8=; b=vRVDY9C82590sHyJHujDmXydIOKGVCtQf olkyC4a7udEQO7Ej3TkvffxNFxjnsGK3q8iSM1zB/dULuAaRsbKikDjI1hC+ouAn rEUYi5O2aoKAj1PirG4+HJ45/Zc3BfFNDOPO5pO17ST2towIz2c1tQ6VLoYOwM4V 0VSM5I9XGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-type; q=dns; s= sasl; b=mkiVDhHSWHQP7j/kOntoxaGSDVt593XfQDaSVAiJx2lVtP7tmQh36xB3 zMOTFzPLiBsj6+q5WiX5hIKrsRgm0Rx5wL/QB1xABSrptyZDOX1RIm5hJOcRkkcH eoVoNt9SxW++exNdFvzVlGCALICimpyt0FEEA6OpjHdsxdwdYlI= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 20CA14F7F; Sun, 13 Feb 2011 04:41:52 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 829E74F7E; Sun, 13 Feb 2011 04:41:50 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 7C75B2F6-3755-11E0-956F-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11591 Archived-At: Hi Ludo, Are these lines in load.c right? /* The file has no encoding declared. We'll presume Latin-1. */ scm_i_set_port_encoding_x (port, NULL); I thought we were defaulting to UTF-8 now. Cheers, Andy -- http://wingolog.org/