<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 738: Impnotes slightly misleading regarding Unix namestring contents</title><link href="https://sourceforge.net/p/clisp/bugs/738/" rel="alternate"/><link href="https://sourceforge.net/p/clisp/bugs/738/feed.atom" rel="self"/><id>https://sourceforge.net/p/clisp/bugs/738/</id><updated>2018-09-20T19:03:06.472000Z</updated><subtitle>Recent changes to 738: Impnotes slightly misleading regarding Unix namestring contents</subtitle><entry><title>Impnotes slightly misleading regarding Unix namestring contents</title><link href="https://sourceforge.net/p/clisp/bugs/738/" rel="alternate"/><published>2018-09-20T19:03:06.472000Z</published><updated>2018-09-20T19:03:06.472000Z</updated><author><name>Richard M Kreuter</name><uri>https://sourceforge.net/u/kreuter/</uri></author><id>https://sourceforge.net40888fad2002adbb824fa2a982c3603a999923e0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The implementation notes (section 19.3) say that for Unix pathname namestrings "Name and type may be STRINGs of any LENGTH (consisting of printing CHARACTERs, except "/")".&lt;/p&gt;
&lt;p&gt;The documentation might be said not to describe all Clisp builds: the character repertoire that may occur in a Unix namestring turns out to be the set of characters whose encoding under CUSTOM::&lt;em&gt;DEFAULT-FILE-ENCODING&lt;/em&gt; contains octets satisfying the expression VALID_FILENAME_CHAR in config.h. &lt;/p&gt;
&lt;p&gt;(What might be a separate issue is that for reasons I haven't figured out, on one OSX host where I've built Clisp without any specific configure options or config.h editing, VALID_FILENAME_CHAR excludes octets above #d127, even though the resulting Clisp supports the Unicode character set. Is there any reason for VALID_FILENAME_CHAR to do this when building a Clisp with Unicode characters?)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>