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

2022-07-27 Thread Dr . Jürgen Sauermann
Hi enztec, thanks, fixed in SVN 1581. Best Regards, Jürgen On 7/26/22 9:48 PM, enz...@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

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

2022-07-26 Thread enztec
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 charact