From: vanjeff Date: Sat, 10 Oct 2009 03:32:25 +0000 (+0000) Subject: clean up non-English characters. X-Git-Tag: edk2-stable201903~16984 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1910fbaf7014fab2012f06ab03829f0146cf32d4 clean up non-English characters. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9335 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/BuildNotes.txt b/BuildNotes.txt index 7c2f8eed24..350a2a28bf 100644 --- a/BuildNotes.txt +++ b/BuildNotes.txt @@ -35,8 +35,8 @@ license, on the TianoCore.org website: https://fat-driver2.tianocore.org EdkFatPkg - A package containing source DXE drivers for the Fat 32 file system -Documents have the following filenames (to download these documents, see “Notes -on Documentation?later in these Release Notes): +Documents have the following filenames (to download these documents, see "Notes +on Documentation" later in these Release Notes): EDK II Module Development Environment Library Specification, v0.58 (MDE_Library_Spec_0_58.rtf) EDK II Build and Packaging Architecture Specification, v0.53 @@ -153,7 +153,7 @@ Java Development Kit: For Bea Systems: set JAVA_HOME=c:\Java\jrockit-R26.0.0-jdk1.5.0_04 - ?When using the Sun JDK5.0: + When using the Sun JDK5.0: During installation, you should specify the install directory as C:\Java instead of C:\Program Files\(or some other drive letter.) While installing to this non-standard location is not required, in practice, it seems to work diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c index b4c110bd12..3ee4dd4f76 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c @@ -59,7 +59,7 @@ EFI_GUID mTianoHiiIfrGuid = EFI_IFR_TIANO_GUID; /** This thunk module only handles UEFI HII packages. The caller of this function - won¡¯t be able to parse the content. Therefore, it is not supported. + won't be able to parse the content. Therefore, it is not supported. This function will ASSERT and return EFI_UNSUPPORTED. diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c index bc4f8504aa..2c19ad31e0 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c @@ -1876,7 +1876,7 @@ PreprocessController ( @param RemainingDevicePath The remaining device path for the PCI-like hot-plug device. @param NumberOfChildren The number of child handles. For a add operation, it is an output parameter. - For a remove operation, it?¡¥s an input parameter. + For a remove operation, it's an input parameter. @param ChildHandleBuffer The buffer which contains the child handles. @retval EFI_INVALID_PARAMETER Operation is not a legal value. diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h index 4a20054d51..3c0ca2fbfd 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h @@ -463,7 +463,7 @@ PreprocessController ( @param RemainingDevicePath The remaining device path for the PCI-like hot-plug device. @param NumberOfChildren The number of child handles. For a add operation, it is an output parameter. - For a remove operation, it?¡¥s an input parameter. + For a remove operation, it's an input parameter. @param ChildHandleBuffer The buffer which contains the child handles. @retval EFI_INVALID_PARAMETER Operation is not a legal value. diff --git a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.c b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.c index dbf9aa9f70..580d95c567 100644 --- a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.c +++ b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.c @@ -847,7 +847,7 @@ VgaClassReset ( @retval EFI_SUCCESS The string was output to the device. @retval EFI_DEVICE_ERROR The device reported an error while attempting to output the text. - @retval EFI_UNSUPPORTED The output device’s mode is not currently in a defined text mode. + @retval EFI_UNSUPPORTED The output device's mode is not currently in a defined text mode. @retval EFI_WARN_UNKNOWN_GLYPH This warning code indicates that some of the characters in the Unicode string could not be rendered and were skipped. diff --git a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h index bb7d5ab44b..b20c22466f 100644 --- a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h +++ b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h @@ -306,7 +306,7 @@ VgaClassReset ( @retval EFI_SUCCESS The string was output to the device. @retval EFI_DEVICE_ERROR The device reported an error while attempting to output the text. - @retval EFI_UNSUPPORTED The output device’s mode is not currently in a defined text mode. + @retval EFI_UNSUPPORTED The output device's mode is not currently in a defined text mode. @retval EFI_WARN_UNKNOWN_GLYPH This warning code indicates that some of the characters in the Unicode string could not be rendered and were skipped. **/ diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h index 3947847f12..43f96770f5 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h @@ -143,7 +143,7 @@ typedef struct { /// @par IPF: /// Lower 32 bits of self test state parameter. For definition of self test /// state parameter, please refer to Intel(R) Itanium(R) Architecture Software - /// Developer’s Manual, Volume 2: System Architecture. + /// Developer's Manual, Volume 2: System Architecture. /// EFI_MP_HEALTH_FLAGS Flags; /// diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h index e0d5eac4d0..160c1e866b 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h @@ -489,7 +489,7 @@ typedef struct { /// UINT16 CompatibleDid; /// - /// If nonzero, a value passed directly to the IRQ miniport’s Initialize function. + /// If nonzero, a value passed directly to the IRQ miniport's Initialize function. /// UINT32 Miniport; ///