| commit | 0b966ddd61a90b3ba116c2eeaa93ee4247832a1a | [log] [tgz] |
|---|---|---|
| author | Jim_Dailey@Dell.com <Jim_Dailey@Dell.com> | Tue Mar 01 13:02:19 2016 -0800 |
| committer | Jaben Carsey <jaben.carsey@intel.com> | Tue Mar 01 13:37:19 2016 -0800 |
| tree | a6dcf0c1b20d03315d2175b8f1a95c68fcaccc72 | |
| parent | d777442bb4f801e58da2bea4c43a8c29cef09057 [diff] |
ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI app If the BOM is stripped from StdIn, then an app that duplicates StdIn will not be able to duplicate, say, a UCS2 file that was piped into it (the output file it creates would not start with a BOM). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jim Dailey <jim_dailey@dell.com> Reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com>