audk/ShellPkg/Library
Qiu Shumin 59577231a7 ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build error
For Invalid character ‘-’ in Pci.c line 806 and line 811, using ASCII
encoding byte 0x2d to replace.

Example error from GCC 4.9:

ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c:806:5: error: converting to execution character set: Invalid or incomplete multibyte or wide character
     L"Ethernet (802.11a � 5 GHz)",
     ^

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
Tested-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15889 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-25 17:56:27 +00:00
..
BasePathLib ShellPkg: Fix using root of drive 2014-04-11 19:15:02 +00:00
BaseSortLib Refine comments and two code style. 2011-09-02 08:05:34 +00:00
UefiDpLib Refine the select language logic. 2013-09-05 03:02:14 +00:00
UefiFileHandleLib ShellPkg: Remove use of ASSERT to test parameters 2014-06-18 16:37:16 +00:00
UefiHandleParsingLib ShellPkg: Move mHandleParsingHiiHandle init out of the constructor 2014-08-19 23:15:22 +00:00
UefiShellCEntryLib ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c: 2013-05-15 20:39:04 +00:00
UefiShellCommandLib ShellPkg: Fix comments. Refine code style. 2014-08-18 00:48:22 +00:00
UefiShellDebug1CommandsLib ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build error 2014-08-25 17:56:27 +00:00
UefiShellDriver1CommandsLib ShellPkg: Fixes and updates for the 'devices' command 2014-08-22 17:00:49 +00:00
UefiShellInstall1CommandsLib Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShellLevel1CommandsLib.uni', 'UefiShellLevel3CommandsLib.uni' and 'UefiShellNetwork1CommandsLib.uni' to make them consistent. 2014-08-04 01:06:19 +00:00
UefiShellLevel1CommandsLib Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShellLevel1CommandsLib.uni', 'UefiShellLevel3CommandsLib.uni' and 'UefiShellNetwork1CommandsLib.uni' to make them consistent. 2014-08-04 01:06:19 +00:00
UefiShellLevel2CommandsLib ShellPkg: Refactor string manipulation 2014-08-22 16:06:55 +00:00
UefiShellLevel3CommandsLib ShellPkg: Fix comments. Refine code style. 2014-08-18 00:48:22 +00:00
UefiShellLib ShellPkg: Refactor string manipulation in UefiShellLib command 2014-08-19 21:00:34 +00:00
UefiShellNetwork1CommandsLib Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShellLevel1CommandsLib.uni', 'UefiShellLevel3CommandsLib.uni' and 'UefiShellNetwork1CommandsLib.uni' to make them consistent. 2014-08-04 01:06:19 +00:00
UefiSortLib Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00