https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15715
--- Comment #13 from Guy Harris <[email protected]> ---
(In reply to Tomasz Mon from comment #11)
> The "dumpcap -D" output is perfectly fine utf-8.
*That* doesn't come from WinPcap/Npcap on Windows, so it's not in the local
code page. We use the "friendly name" that dumpcap gets from
ConvertInterfaceLuidToAlias(), which is UTF-16LE and then converted by
get_interface_friendly_name_from_device_guid() to UTF-8.
> It is important to note that Windows cmd.exe is not utf-8 by default:
We need to put more mapping from UTF-8 to the local code page into console
output, similar to what print_line_color_text() does.
--
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via: Wireshark-bugs mailing list <[email protected]>
Archives: https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
mailto:[email protected]?subject=unsubscribe