in reply to Re^7: unpacking wmic command's unicode output
in thread unpacking wmic command's unicode output
how would it hurt?
>perl -e"print qq{C\x00a\x00p\x00}" | perl -CS -we"print length <>" 6
Why does it seem not to hurt in my use now?
Because -CS has no effect if there are no bytes with bit 7 set.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: unpacking wmic command's unicode output
by goibhniu (Hermit) on Nov 12, 2008 at 21:19 UTC | |
by ikegami (Patriarch) on Nov 12, 2008 at 21:26 UTC | |
by BrowserUk (Patriarch) on Nov 12, 2008 at 21:50 UTC | |
by ikegami (Patriarch) on May 12, 2015 at 15:19 UTC | |
by pwatson (Initiate) on May 11, 2015 at 15:02 UTC | |
by BrowserUk (Patriarch) on May 11, 2015 at 15:51 UTC |