in reply to Re: Windows %ENV and utf8
in thread Windows %ENV and utf8
Consider the following two examples:
set foo=bar & set FOO=BAR & set FOO foo=BAR set FOO=BAR & set FOO=bar & set FOO foo=bar
So for sure also %ENV keys (not just values) must be treated as special, very funny and tricky, strings. In short: do not do it! keep %ENV keys uppercase ASCII plain strings and values as close as possile to a plain ASCII string
L*
|
|---|