Bruce Korb <bruce.k...@gmail.com> writes: > This is insufficient. There are the "to" functions > and the string extraction thingys that must be done. > But I really don't like that "scm_i_make_string()" call.
Use 'scm_from_latin1_string' and 'scm_to_latin1_string', in combination with setting all the port encodings to "ISO-8859-1" (as described in my other email), if you want to stick your fingers in your ears and ignore multilingual issues. Mark