/* Loop through the entire unicode string */\r
while (CharactersRemaining--)\r
{\r
- /* Load in the next unicode character (only the lower byte, only Unicode coded ASCII supported) */\r
+ /* Load in the next unicode character (only the lower byte, as only Unicode coded ASCII is supported) */\r
*(Buffer++) = *UnicodeString;\r
\r
/* Jump to the next unicode character */\r