On 8/10/16 2:42 AM, dengke...@windriver.com wrote: > Hi chet > > Thanks for you help. > > 1. This file: > > > http://git.savannah.gnu.org/cgit/bash.git/tree/tests/unicode3.sub?h=devel&id=74b8cbb41398b4453d8ba04d0cdd1b25f9dcb9e3 > > When executed to the 3 line: > > "$payload" > > On my target the output was: > > unicode3.sub: line 3: 5�@3�+�S8����: command not found
You don't give any information about your target, but using the devel version of bash on that file produces output using $'...' quoting on all the systems I have tested, since the string contains an invalid multibyte sequence. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/