On Mon, Oct 29, 2012 at 5:42 PM, John Cowan <[email protected]> wrote: >> As long as R7RS has bytevector, then string should be able to >> contain #\null otherwise user need to know the length of #\null, >> then string->utf16 procedure cannot simply be provided. (if R7RS has it) > > R7RS-small does not have it, although an implementation may provide it, > and it will probably exist in R7RS-large.
Note you can portably write string->utf16 in R7RS small even without assuming #\null is allowed in strings. -- Alex _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
