From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Shann Newsgroups: gmane.lisp.guile.user,gmane.comp.audio.denemo.devel Subject: Problem with wide characters on upgrading to guile 2.x Date: Thu, 22 Aug 2013 12:41:03 +0100 Message-ID: <1377171663.19958.15.camel@DebianBox.loc> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1377171724 2989 80.91.229.3 (22 Aug 2013 11:42:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Aug 2013 11:42:04 +0000 (UTC) To: guile-user@gnu.org, "denemo-devel@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Aug 22 13:42:06 2013 Return-path: Envelope-to: guile-user@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 1VCTHB-0006Ru-Tv for guile-user@m.gmane.org; Thu, 22 Aug 2013 13:42:06 +0200 Original-Received: from localhost ([::1]:59024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCTHB-0000MY-I8 for guile-user@m.gmane.org; Thu, 22 Aug 2013 07:42:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCTGp-0000AF-It for guile-user@gnu.org; Thu, 22 Aug 2013 07:41:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCTGb-00072D-RQ for guile-user@gnu.org; Thu, 22 Aug 2013 07:41:43 -0400 Original-Received: from know-smtprelay-omc-10.server.virginmedia.net ([80.0.253.74]:49107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCTGb-00071n-IS for guile-user@gnu.org; Thu, 22 Aug 2013 07:41:29 -0400 Original-Received: from [192.168.1.72] ([87.113.90.166]) by know-smtprelay-10-imp with bizsmtp id FnhT1m00y3bM2Xr01nhUDS; Thu, 22 Aug 2013 12:41:28 +0100 X-Originating-IP: [87.113.90.166] X-Spam: 0 X-Authority: v=2.0 cv=GOJQiZxK c=1 sm=1 a=SfNYRvQK1J0XCfH7p4uLGA==:17 a=Pr7tUJ1S5UQA:10 a=F9S3lJeE8MMA:10 a=IkcTkHD0fZMA:10 a=8RloEfZUAAAA:8 a=G-AQ-Q6PV_4A:10 a=rn3e1Bp6hK9-7af7LO8A:9 a=QEXdDO2ut3YA:10 a=_Nh_BdLM6t8A:10 a=3NZT_S210FAA:10 a=SfNYRvQK1J0XCfH7p4uLGA==:117 X-Mailer: Evolution 3.4.4-3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.0.253.74 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10664 gmane.comp.audio.denemo.devel:3860 Archived-At: GNU/Denemo has a number of guile scripts in which wide characters are embedded in strings. These used to work in guile 1.8 but with guile 2.0 I am seeing the following error message trying to use a string with " " in it (if that string will get through the email software) (format #t "~%=> ~A~%"" ") ; the throw arguments are (scm_to_stringn cannot convert wide string to output locale 84 #f #f) what is "locale 84" and how can I return to the desired behavior? Richard Shann