]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: ShellFileHandleReadLine must return UCS2 lines.
authorJim Dailey <Jim_Dailey@Dell.com>
Wed, 10 Feb 2016 16:53:00 +0000 (08:53 -0800)
committerJaben Carsey <jaben.carsey@intel.com>
Wed, 10 Feb 2016 16:54:15 +0000 (08:54 -0800)
commit2dda8a12329700f9026236d83be4de9e5369f97f
tree24c47b1bb27c40d879b421f2d44dd60a6f7aaefb
parent9ed21946c76e430097e9c4e59b419af928e0cb8c
ShellPkg: ShellFileHandleReadLine must return UCS2 lines.

An earlier change had this function returning the type of lines that were in
the file being read (ASCII or UCS2). The way it is used, UCS2 output is
expected, even when the file being read is ASCII. This change restores that
behavior and documents it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jim Dailey <Jim_Dailey@Dell.com>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellLib/UefiShellLib.c