Sujet : Re: C and C++, promotion, stabilization, migrationFor embedded
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 28. Aug 2024, 00:34:35
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <valnqb$35rt8$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.160 (Toresk; )
On Tue, 27 Aug 2024 09:59:24 -0400, Arne Vajhøj wrote:
I never create filenames with æøå. I never deliberately create filenames
with spaces.
I try to stay out of trouble. :-)
Not only do I create filenames with spaces, I also like to use slashes and
colons in them (where appropriate). However, “/” is, as you know, a path
separator in Posix systems. But that’s OK: Unicode allows me to use “∕”
instead.
Similarly, “:” is interpreted by many network-aware programs (e.g. scp) as
delimiting a node name prefix. So to avoid confusing them, if I feel the
need for a “:” in a file name, I use “∶” instead.