Re: Thread names and non-ASCII characters
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Paul Koning <[email protected]> > Date: Thu, 19 Dec 2019 12:54:56 -0500 > Cc: Eli Zaretskii <[email protected]>, [email protected] > > > Converting to the host charset is probably the thing to do. > > Host charset, or target charset? I would assume target since we're talking about threads on the target. If we want this to be in target charset, we need to convert also when we set the thread name, not only when we retrieve it. We currently do neither, AFAICT.