guile-devel
[Top][All Lists]
Advanced

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

Re: Printing utf8 strings


From: Stanislav Ievlev
Subject: Re: Printing utf8 strings
Date: Mon, 8 Dec 2008 18:27:17 +0300


This is a guile 1.8.5

2008/12/8 Stanislav Ievlev <address@hidden>


2008/12/8 Stanislav Ievlev <address@hidden>

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.




reply via email to

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