bug-guile
[Top][All Lists]
Advanced

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

bug#23754: Guile doesn't show correct character while interpreting scrip


From: Alex Kost
Subject: bug#23754: Guile doesn't show correct character while interpreting script file
Date: Mon, 11 Jul 2016 11:06:55 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ws Hu (2016-06-12 12:17 +0300) wrote:

> Hi,
>
> guile replaces non-ascii unicodes with question marks while
> interpreting script file:
>
>     $ cat test.scm
>     (display "蛤")
>     $ file test.scm
>     test.scm: UTF-8 Unicode text
>     $ guile test.scm
>     ?

Hi, putting (setlocale LC_ALL "") in the beginning of "test.scm" should
fix it.

-- 
Alex





reply via email to

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