Re: [Dwarf-discuss] Do Dwarf symbols only use ascii?

2023-11-02 Thread Florian Weimer via Dwarf-discuss
* Roger Phillips via Dwarf-discuss: > And this macro would also work for Utf8? Isn't this really a question for the Itanium C++ ABI? It currently says: | This ABI does not yet specify a mangling for identifiers containing | characters outside of _A-Za-z0-9.

Re: [Dwarf-discuss] Do Dwarf symbols only use ascii?

2023-11-02 Thread Florian Weimer via Dwarf-discuss
* Roger Phillips via Dwarf-discuss: > My question is whether these symbols really need the locale > functionality of libc's isdigit function or if the symbols in Dwarf > are just standard ascii and could be parsed in a portable way with > the simple method mentioned there. I think the current und