Subject: Is it necessary?
From: bardicristi@yahoo.com
Date: Sat, 11 Feb 2023 13:24:07 +0000 (UTC)
Hi
I noticed you removed the "y" output printed messages (Visual bug) and answered as "won't fix".

My question is if it's necessary for df -h to output nbspĀ (a unicode space 0xC2 0xA0) between size and unit instead of standard acii space (0x20)? That's the "y" the other poster saw as well and now, in this latest build it's something else.

Since in my batch scripts that's what I've encountered as well. Afterall we're not manipulating html... but plain text and it doesn't play well with batch commands. Can't split it with IF or SET not does chcp to uncide and actually pasting that nbsp char in the batch file do anything. Without -h I have to deploy some math app to be able to turn 20 GB in bytes into 20 GB plain.

Just curious.