Hi Mark,
Mark H Weaver writes:
> In particular: `system*', `execl', `execlp', `execle', `environ', and
> `dynamic-args-call' use scm_i_allocate_string_pointers to convert a list
> of SCM strings into an argv-style array of C strings. That function
> does a simple memcpy for narrow strings, and
s to stable-2.0?
Mark
>From 00691082eb781ce9cad8da156ad170164b2cf5fc Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Sun, 1 May 2011 20:12:35 -0400
Subject: [PATCH] Fix several POSIX functions to use the locale encoding
* libguile/strings.c (scm_i_allocate_string_pointers): Encod