Greetings!Why results of (display) and (write) functions on same utf-8 string are too different?
--$ guileguile> (define a "строка")guile> (display a) строкаguile> (write a) "�x81�x82�x80ока"guile> ----With best regardsStanislav Ievlev.