From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sergey Poznyakoff" Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_i_* in Snd Date: Mon, 02 Jun 2008 10:42:02 +0300 Organization: Err, what do you mean? Message-ID: <20080602104202.12874@Mirddin.farlep.net> References: <87mym450zh.fsf@unknownlamer.org> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212392547 29515 80.91.229.12 (2 Jun 2008 07:42:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2008 07:42:27 +0000 (UTC) Cc: guile-devel@gnu.org, "Kjetil S. Matheussen" To: "Clinton Ebadi" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 02 09:43:07 2008 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.50) id 1K34h4-0008Vc-EF for guile-devel@m.gmane.org; Mon, 02 Jun 2008 09:43:02 +0200 Original-Received: from localhost ([127.0.0.1]:56373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K34gI-00046h-M6 for guile-devel@m.gmane.org; Mon, 02 Jun 2008 03:42:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K34gF-00046S-B8 for guile-devel@gnu.org; Mon, 02 Jun 2008 03:42:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K34gC-00046F-Q2 for guile-devel@gnu.org; Mon, 02 Jun 2008 03:42:09 -0400 Original-Received: from [199.232.76.173] (port=32820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K34gC-00046C-MF for guile-devel@gnu.org; Mon, 02 Jun 2008 03:42:08 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:61388) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K34gC-0003gz-2q for guile-devel@gnu.org; Mon, 02 Jun 2008 03:42:08 -0400 Original-Received: from mirddin.farlep.net ([213.130.0.1]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K34g9-00057s-7O for guile-devel@gnu.org; Mon, 02 Jun 2008 03:42:05 -0400 X-Mailutils-Message-Id: m527g27t012877 Original-Received: from Mirddin.farlep.net (localhost [127.0.0.1]) by Mirddin.farlep.net with ESMTP id m527g27t012877; Mon, 2 Jun 2008 10:42:02 +0300 Original-Received: (from gray@localhost) by Mirddin.farlep.net (Guinness Stout/8.12.11/Submit) id m527g2Af012876; Mon, 2 Jun 2008 10:42:02 +0300 X-Authentication-Warning: Mirddin.farlep.net: gray set sender to gray@gnu.org.ua using -f In-reply-to: Your message of Sun, 01 Jun 2008 16:55:30 -0400 <87mym450zh.fsf@unknownlamer.org> X-Mailer: MH-E 8.0.3; GNU Mailutils 1.9.90; GNU Emacs 22.1.1 X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:7300 Archived-At: Clinton Ebadi ha escrit: > SCM_API SCM scm_from_locale_string (const char *str); > SCM_API SCM scm_from_locale_stringn (const char *str, size_t len); > SCM_API SCM scm_take_locale_string (char *str); > SCM_API SCM scm_take_locale_stringn (char *str, size_t len); That's great, but what if I need to get a "raw" string contents, that is a string of bytes as it is? Regards, Sergey