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: Marko Rauhamaa
Subject: Re: guile can't find a chinese named file
Date: Thu, 16 Feb 2017 13:32:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

David Kastrup <address@hidden>:
> It's still irrelevant since split does not _use_ the existing file name
> for constructing new file names.

Split was just an example of a command that concatenates bytes sequences
to get pathnames, nothing more.

Such concatenation is commonplace in Linux programs of all kinds.

And the point of bringing concatenation into the discussion was that
remapping byte sequences to byte sequences breaks concatenation
additivity:

   U(x) + U(y) = U(x + y)


Marko



reply via email to

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