bug-apl
[Top][All Lists]
Advanced

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

Re: saving file with ∆ character in it's name to disk


From: Dr . Jürgen Sauermann
Subject: Re: saving file with ∆ character in it's name to disk
Date: Wed, 27 Jul 2022 15:51:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi enztec,

thanks, fixed in SVN 1581.

Best Regards,
Jürgen


On 7/26/22 9:48 PM, enztec@gmx.com wrote:
Hi,

i can create a file with name ∆r with vim fine
and can )copy ∆r  fine into the apl ws

but when i use following to create the file on disk from inside apl with
 h ← 'w' ⎕fio[3] '∆r'
 rs←'∆r' ⎕fio[23] h
 rs←⎕fio[4] h

the file name created on disk is ^Fr  and not ∆r         the real one character ^F doesn't show  in my browser but is   created from ^v^f
to rm the file i can do  rm -i ^v^fr

so    rm ^Fr       ^Fr name created with ^v^fr
/bin/rm: remove regular file `\006r'?

i have been moving the file name back and forth from ^Fr <-> ∆r (with )host) so the correct name is used for either file created on disk or )copy from disk

any suggestions?   my messing(s) with ⎕ucs didn't work in either direction

thanks

enztec



reply via email to

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