De-unicode in comment for all source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1397,8 +1397,8 @@ typedef struct {
|
||||
#define EFI_AFFECTED_BY_STANDARD_SHIFT 0x0001
|
||||
//
|
||||
// This key is affected by the caps lock so that if a keyboard driver
|
||||
// would need to disambiguate between a key which had a <EFBFBD><EFBFBD>1<EFBFBD><EFBFBD> defined
|
||||
// versus a <EFBFBD><EFBFBD>a<EFBFBD><EFBFBD> character. Having this bit turned on would tell
|
||||
// would need to disambiguate between a key which had a "1" defined
|
||||
// versus a "a" character. Having this bit turned on would tell
|
||||
// the keyboard driver to use the appropriate shifted state or not.
|
||||
//
|
||||
#define EFI_AFFECTED_BY_CAPS_LOCK 0x0002
|
||||
|
@@ -318,7 +318,7 @@ EFI_STATUS
|
||||
|
||||
|
||||
//
|
||||
// These types can be ORed together as needed <EFBFBD>C for example,
|
||||
// These types can be ORed together as needed - for example,
|
||||
// EVT_TIMER might be Ored with EVT_NOTIFY_WAIT or
|
||||
// EVT_NOTIFY_SIGNAL.
|
||||
//
|
||||
@@ -341,7 +341,7 @@ EFI_STATUS
|
||||
#define EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
|
||||
|
||||
//
|
||||
// The event<EFBFBD><EFBFBD>s NotifyContext pointer points to a runtime memory
|
||||
// The event's NotifyContext pointer points to a runtime memory
|
||||
// address.
|
||||
// The event is deprecated in UEFI2.0 and later specifications.
|
||||
//
|
||||
|
Reference in New Issue
Block a user