pmap: German umlauts are shown as question marks

Daniel Hofstetter <[email protected]> Tue, 5 Nov 2024 09:23:16 +0100
Newsgroups gmane.linux.procps.devel
Message-ID <CAFRQvFpEwc+7BfA499CCWPi9qB-=2UjAJmgroYkg_C0nKOpvtQ@mail.gmail.com>
Hi,

I noticed that if I have a binary with German umlauts, the umlauts are
shown correctly in the first line but not in the memory map. There,
they are shown as question marks:

$ pmap 19508
19508:   ./target/debug/hello_=C3=A4=C3=B6=C3=BC
00005db66dc51000     20K r---- hello_??????
00005db66dc56000    264K r-x-- hello_??????
00005db66dc98000     52K r---- hello_??????
00005db66dca5000     12K r---- hello_??????
00005db66dca8000      4K rw--- hello_??????

- Daniel