Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If we are in a single-byte locale and encounter a non-printable character we need to escape, previously, if the byte formed a valid Unicode character, we would print it using \uXXXX notation. For single-byte characters, use the more compact \XXX octal notation instead. Test case: LC_ALL=en_US.ISO-8859-1 $SHELL -xc $': \237'
- Loading branch information