[EMAIL PROTECTED] (Ludovic Courtès) writes: > > However, due to the eventual support for various encodings, we'd rather > need to have something like `scm_c_locale_string_to_number ()'.
That could be more relaxed than specifically the "locale" encoding. If all valid numbers are ascii then it doesn't matter what the extended characters are, they're all invalid. (For ascii-compatible encodings, of course.) Maybe scm_c_ascii_string_to_number. > Should it be documented as the number of chars (not octets) that compose > the string? I think bytes is usual. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel