more accurate comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6473 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
153b80a78e
commit
cce36449b9
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ char* convert_processed_string_to_ansi(char *out, const TCHAR *in, WORD codepage
|
|||
if (i == _T('\0'))
|
||||
break;
|
||||
else if (i == NS_SKIP_CODE)
|
||||
// BUGBUG shouldn't the escaped code be converted from UTF-8 to codepage as well?
|
||||
// BUGBUG shouldn't the escaped code be converted from UTF to codepage as well?
|
||||
*out++ = (char) *in++; // simply copy escaped code (01..04)
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue