octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder n


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder name with umlaut
Date: Wed, 17 Jan 2018 14:08:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #54, bug #49118 (project octave):

Maybe I wasn't clear about what I wanted, but the current patch doesn't do
what I meant to suggest.

For example, we already have octave::sys::mkdir in the file-ops.{h,cc}.  We
don't  need to add octave:sys::octave_mkdir with the same signature in
lo-sysdep.cc.  Ideally, the details of calling _wmkdir or whatever should be
handled in gnulib and we would just use a wrapper around the gnulib function. 
If that's not possible, then the next best thing would be to fix our wrapper
function to do the right thing.  If that's not possible, then we could
consider doing that job in the existing octave::sys::mkdir function.

Also, do we need to define our own unicode conversion function?  Doesn't
gnulib have functions to do this job?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49118>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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