[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: null-terminated strings vs. strings with length

This page is part of the web mail archives of SRFI 50 from before July 7th, 2015. The new archives for SRFI 50 contain all messages, not just those from before July 7th, 2015.



   Date: Thu, 1 Jan 2004 07:04:52 -0800 (PST)
   From: Sebastian Egner <sebastian_egner@xxxxxxxxx>

   [proposed string procedures elided ...]

   This proposal separates the issue of character
   encoding  from the issue of null-terminated strings
   vs. buffers with length.

Yes, it also insulates the C code from Scheme's internal
representation of strings, which may not be as single
contiguous blocks of characters.  Unless Mike objects we'll
add this, or something like it to the SRFI.

                                     -Richard Kelsey