Hi,
the coreutils 'expand' fails on multi-byte characters (test file attached).
Please make it locale-aware.
Kind regards,
Thomas
bla x
blรถx
echo -e "o\tx\nö\tx" | expand
fails to align
I know this is a duplicate of
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=6934,
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13957 (my own) and
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28038 but I'm reporting
again because
1. those issues h
Am 16/01/2024 um 11:50 schrieb LitHack:
Single quote behave normally but double quote is replacing the "$$"
character with pid of open shell and "$" would not print
anything as if it acting as a comment. Basically the problem is that double
is parsing some of special character which it should
Am 22.08.2024 um 08:54 schrieb Philip Rowlands:
On Wed, 21 Aug 2024, at 18:29, Nathan Hays via GNU coreutils Bug Reports wrote:
Test:
~~~bash
testvar=''
[ -n $testvar ]
echo -n unquote exit $?
[ -n "$testvar" ]
echo -n quote exit $?
[ -z $testvar ]
echo -z unquote exit $?
[ -z "$testvar" ]
ech
Am 12.09.2024 um 12:16 schrieb Simon Wolfe:
I have one file name that uses Unicode character U+318DF, which is in
the tertiary pane, more precisely CJK Unified Ideographs Extension H.
touch 𱣟
ls
returns:
''$'\360\261\243\237'
I use a wrapper with my favourite options and a pipe to stop ls f