guile-devel
[Top][All Lists]
Advanced

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

Re: need: scm_from_{utf8,latin1}_{string,symbol,keyword}


From: Mike Gran
Subject: Re: need: scm_from_{utf8,latin1}_{string,symbol,keyword}
Date: Tue, 7 Sep 2010 08:21:32 -0700 (PDT)

> From: Ludovic Courtès <address@hidden>


> Besides, there’s the undocumented ‘scm_from_stringn’ and the  internal
> ‘scm_to_stringn’, which can convert from/to any encoding.  I  think they
> were initially kept internal because we weren’t quite sure about  the
> API.  Mike?

Also, I think we were trying to avoid compilation problems based on 
having to expose the libunistring's enum iconv_ilseq_handle to the world.
But later, we ended up creating the analogous
scm_t_string_failed_conversion_handler type to work around that problem.

-Mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]