guile-user
[Top][All Lists]
Advanced

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

Re:unicode support


From: Игорь Гайсин
Subject: Re:unicode support
Date: Mon, 31 Mar 2014 12:19:58 +0400
User-agent: mu4e 0.9.8.4; emacs 24.3.50.1

Hi, dmitriy. Try to add this line to head your scripts

(setlocale LC_ALL "")
(set-port-encoding! (current-input-port) "utf-8")
(set-port-encoding! (current-output-port) "utf-8")


Dima <address@hidden> writes:

> Hi.
>    Did something change from guile 1.8.x to 2.0 with regards to unicode 
> support.
>
> I have a script that has strings written on russian without much care, and it 
> does not work on 2.0.
>
> I want to make sure whether there are changes in guile or something else.
>
> Thanks, regards,
>   Dima.

-- 
Игорь Гайсин
Email: address@hidden
Телефон: 8-499-967-77-97 (4096)
Должность: Системный администратор ООО "Бриллианит"




reply via email to

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