translate commented out code and traces

This commit is contained in:
2025-01-12 18:14:49 +01:00
parent 077a365840
commit 2589163a49
27 changed files with 79 additions and 79 deletions

View File

@ -370,7 +370,7 @@ static bool DecomposeLetter(wchar_t input, char* letter)
case 0x201c: // L'“'
*letter = (char)'"';
return true;
case 0x201d: // L'\xE2\x80\x9D'
case 0x201d: // L''
*letter = (char)'"';
return true;
}