Skip to content

feat: add Unicode support and recover tests - #425

Open
Shan-Zhou wants to merge 1 commit into
CobaltFusion:developfrom
Shan-Zhou:feat/utf8-support
Open

Shan-Zhou wants to merge 1 commit into
CobaltFusion:developfrom
Shan-Zhou:feat/utf8-support

Conversation

@Shan-Zhou

Copy link
Copy Markdown

related #419

showcase:
image

(I enabled per-monitor DPI locally so the layout might look a little weird)


it works for

OutputDebugStringA(u8"Hello, 世界! 🚀\n");

to fully support OutputDebugStringW, the sender side needs to set

<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>

and then

OutputDebugStringW(L"Hello, 世界! 🚀\n");

BOM is also stripped in case it breaks filter (e.g. using regex to filter logs starting with xxx)


btw a process can only be attached by a single debugger and hence it might not be a good idea to always attach a debugger from DebugView side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant