2008/12/8 Stanislav Ievlev <stanislav.ievlev@gmail.com>
Greetings!

Why results of (display) and (write) functions on same utf-8 string are too different?
It's very strange that one symbols ('о' - russian 'o')  I see without changes, but others ('с' - russian 's') in quoted form.
 


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

--
With best regards
Stanislav Ievlev.