guile-user
[Top][All Lists]
Advanced

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

Filename encoding


From: Chris Vine
Subject: Filename encoding
Date: Wed, 15 Jan 2014 12:52:46 +0000

Hi,

A number of guile's scheme procedures look-up or reference files on a
file system (open-file, load and so forth).

How does guile translate filenames from its internal string
representation (ISO-8859-1/UTF-32) to narrow string filename encoding
when looking up the file?  Does it assume filenames are in locale
encoding (not particularly safe on networked file systems) or does it
provide a fluid for this?  (glib caters for this with the
G_FILENAME_ENCODING environmental variable.)

Chris



reply via email to

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