Skip to content

Commit 3eac30b

Browse files
author
Console Service Bot
committed
Merge remote-tracking branch 'origin/main' into feature/llm
2 parents 51079f4 + a9ea607 commit 3eac30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interactivity/win32/Clipboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ InputEventQueue Clipboard::TextToKeyEvents(_In_reads_(cchData) const wchar_t* co
310310
currentChar = UNICODE_CARRIAGERETURN;
311311
}
312312

313-
const auto codepage = ServiceLocator::LocateGlobals().getConsoleInformation().OutputCP;
313+
const auto codepage = ServiceLocator::LocateGlobals().getConsoleInformation().CP;
314314
CharToKeyEvents(currentChar, codepage, keyEvents);
315315
}
316316

0 commit comments

Comments
 (0)