|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #53922] setenv/unsetenv are case sensitive on Windows while getenv is case insensitive |
| Date: | Thu, 4 Oct 2018 13:16:27 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0 |
Update of bug #53922 (project octave):
Status: Patch Submitted => Ready For Test
_______________________________________________________
Follow-up Comment #16:
I pushed a patch here that fixes the issue for me and also allows setting,
getting and un-setting environment variables with non-ASCII characters:
http://hg.savannah.gnu.org/hgweb/octave/rev/3f2282954600
>> setenv("test123", "aäu")
>> getenv("teST123")
ans = aäu
>> unsetenv("TEst123")
ans = 0
>> getenv("tEsT123")
ans =
>>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?53922>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |