2008/12/8 Stanislav Ievlev <[EMAIL PROTECTED]>:
> Greetings!
>
> Why results of (display) and (write) functions on same utf-8 string are too
> different?

Because Guile knows nothing at all about UTF-8, I'm afraid.  To the
extent that anything works at all with UTF-8 strings, that's just
luck.

(For another example, try doing a (string-set! ...) on one of the
letters in "строка".)

Regards,
        Neil

Reply via email to