guile-user
[Top][All Lists]
Advanced

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

Re: guile can't find a chinese named file


From: Mike Gran
Subject: Re: guile can't find a chinese named file
Date: Thu, 16 Feb 2017 18:30:27 +0000 (UTC)





On Thursday, February 16, 2017 9:39 AM, Marko Rauhamaa <address@hidden> wrote:
> Eli Zaretskii <address@hidden>:

>> You assume that Emacs concatenates strings by just splicing its bytes.
>> But that's a far cry from what Emacs does, precisely to countermand
>> such problems.

> Good to hear. If Guile is to adopt a similar approach, it should pay

> attention to these details as well.

Guile stores strings as codepoints, and by concatenates and splices
strings in codepoint space.  It never concatenates strings as bytes.


reply via email to

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