octave-maintainers
[Top][All Lists]
Advanced

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

Re: locale encoding and core functions


From: John W. Eaton
Subject: Re: locale encoding and core functions
Date: Tue, 12 Mar 2019 00:49:22 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 3/9/19 3:25 PM, Mike Miller wrote:
> The PKG_ADD and PKG_DEL files can be dropped into any directory on the
> load path, and they already support executing arbitrary commands.

Good point. We might as well use those files. As a separate issue, we might think about whether it is safe to execute arbitrary code found in those files..

> Do we need to define a new file or can we install PKG_ADD files that run
> some command that does what you need? Something like
>
>      dn = fileparts (mfilename ("fullpath"));
>      set_dir_file_encoding (dn);
Seems reasonable to me.

jwe





reply via email to

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