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

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

[Octave-bug-tracker] [bug #50005] MXE Octave: using 8.3 file convention?


From: kire pudsje
Subject: [Octave-bug-tracker] [bug #50005] MXE Octave: using 8.3 file convention?
Date: Wed, 11 Jan 2017 21:05:24 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #8, bug #50005 (project octave):

The following lines should only replace to 8.3 format if it encounters a
character not in the list below

echo %HOME%| findstr /r
"[^ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_-.:/\\]" >
NUL && (
  for %%I in ("%HOME%") do set HOME=%%~sI
) 


Please note that the regexp CANNOT be replaced by A-Za-z, since Microsoft in
all their wisdom decided that the A-Z ranges include accented characters

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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