bug#13957: expand fails on non-ASCII

2013-03-14 Thread Thomas Wolff
Hi, the coreutils 'expand' fails on multi-byte characters (test file attached). Please make it locale-aware. Kind regards, Thomas bla x blรถx

bug#59479: expand fails on non-ASCII characters

2022-11-22 Thread Thomas Wolff
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

bug#68501: Misbehaving of text inside double quotes" " in shell

2024-01-16 Thread Thomas Wolff
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

bug#72756: Potential Bug/Vuln in test.c

2024-08-22 Thread Thomas Wolff
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

bug#73194: ls command converts utf-8 character into escape sequences

2024-09-12 Thread Thomas Wolff
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