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:
qhuang8
2008-05-27 03:24:01 +00:00
parent b233cbe5cc
commit ac64461468
19 changed files with 8992 additions and 8992 deletions

View File

@@ -249,7 +249,7 @@ GetStringFontInfo (
@param Private Hii database private structure.
@param StringPackage Hii string package instance.
@param StringId The string<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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.