summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:24:01 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:24:01 +0000
commitac644614683362804223844048c5be1a2adfa6b7 (patch)
treede6dd02cb7d5c663e368665c33218a09c93d84ed /MdeModulePkg/Universal/HiiDatabaseDxe/String.c
parentb233cbe5cc832b56c25cc95a33684de68976961b (diff)
downloadedk2-platforms-ac644614683362804223844048c5be1a2adfa6b7.tar.xz
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
Diffstat (limited to 'MdeModulePkg/Universal/HiiDatabaseDxe/String.c')
-rw-r--r--MdeModulePkg/Universal/HiiDatabaseDxe/String.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/String.c b/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
index d408365a89..0d830106cd 100644
--- a/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
+++ b/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
@@ -249,7 +249,7 @@ GetStringFontInfo (
@param Private Hii database private structure.
@param StringPackage Hii string package instance.
- @param StringId The string¡¯s id, which is unique within
+ @param StringId The string's id, which is unique within
PackageList.
@param BlockType Output the block type of found string block.
@param StringBlockAddr Output the block address of found string block.
@@ -567,7 +567,7 @@ FindStringBlock (
@param Private Hii database private structure.
@param StringPackage Hii string package instance.
- @param StringId The string¡¯s id, which is unique within
+ @param StringId The string's id, which is unique within
PackageList.
@param String Points to retrieved null-terminated string.
@param StringSize On entry, points to the size of the buffer pointed
@@ -672,7 +672,7 @@ GetStringWorker (
@param Private HII database driver private structure.
@param StringPackage HII string package instance.
- @param StringId The string¡¯s id, which is unique within
+ @param StringId The string's id, which is unique within
PackageList.
@param String Points to the new null-terminated string.
@param StringFontInfo Points to the input font info.
@@ -909,7 +909,7 @@ SetStringWorker (
not zero, the LanguageName being passed in will
be ignored.
@param String Points to the new null-terminated string.
- @param StringFontInfo Points to the new string¡¯s font information or
+ @param StringFontInfo Points to the new string's font information or
NULL if the string should have the default system
font, size and style.
@@ -1251,7 +1251,7 @@ HiiNewString (
@param StringSize On entry, points to the size of the buffer pointed
to by String, in bytes. On return, points to the
length of the string, in bytes.
- @param StringFontInfo If not NULL, points to the string¡¯s font
+ @param StringFontInfo If not NULL, points to the string's font
information. It's caller's responsibility to free
this buffer.
@@ -1334,11 +1334,11 @@ HiiGetString (
@param This A pointer to the EFI_HII_STRING_PROTOCOL instance.
@param PackageList The package list containing the strings.
- @param StringId The string¡¯s id, which is unique within
+ @param StringId The string's id, which is unique within
PackageList.
@param Language Points to the language for the updated string.
@param String Points to the new null-terminated string.
- @param StringFontInfo Points to the string¡¯s font information or NULL if
+ @param StringFontInfo Points to the string's font information or NULL if
the string font information is not changed.
@retval EFI_SUCCESS The string was updated successfully.