Greetings!

Why results of (display) and (write) functions on same utf-8 string are too
different?

--
$ guile
guile> (define a "строка")
guile> (display a)
строкаguile> (write a)
"�x81�x82�x80ока"guile>
--

--
With best regards
Stanislav Ievlev.

Reply via email to