guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Printing utf8 strings


From: Stanislav Ievlev
Subject: Printing utf8 strings
Date: Mon, 8 Dec 2008 18:20:53 +0300

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

[Prev in Thread] Current Thread [Next in Thread]