Bug#898858: sed: Range [a-z] does not follow collate order from locale.

2018-05-16 Thread Bize Ma
Subject: sed: Range [a-z] does not follow collate order from locale. Package: sed Version: 4.4-2 Severity: important Dear Maintainer, With a locale set to en_US.utf8 it is expected that the collating order is this: $ printf '%b' $(printf '\\U%x\\n' {32..127}) | sort | tr -d '\n' `^~<=>|

Bug#898855: kate: A NUL byte in not an invalid utf8 character.

2018-05-16 Thread Bize Ma
Subject: kate: A NUL byte in not an invalid utf8 character. Package: kate Version: 4:18.04.0-1 Severity: normal Dear Maintainer, While trying to edit a file I got a "opened with UTF-8 encoding but contained invalid characters." error. There was no indication of which or where in the file were th

Bug#794965: Dash fail to remove trailing spaces.

2015-08-08 Thread Bize Ma
Package: dash Version: dash: 0.5.7-3 This two commands: dash -c 'echo "a b " | { read var; echo "<$var>"; }' bash -c 'echo "a b " | { read var; echo "<$var>"; }' produce: So, dash is not ignoring trailing spaces of values as defined in POSIX (and most shells do): http://pu