<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
And this macro would also work for Utf8?</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Florian Weimer <fw@deneb.enyo.de><br>
<b>Sent:</b> Thursday, November 2, 2023 4:54 PM<br>
<b>To:</b> Roger Phillips via Dwarf-discuss <dwarf-discuss@lists.dwarfstd.org><br>
<b>Cc:</b> Roger Phillips <heidegg@hotmail.com><br>
<b>Subject:</b> Re: [Dwarf-discuss] Do Dwarf symbols only use ascii?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">* Roger Phillips via Dwarf-discuss:<br>
<br>
> My question is whether these symbols really need the locale<br>
> functionality of libc's isdigit function or if the symbols in Dwarf<br>
> are just standard ascii and could be parsed in a portable way with<br>
> the simple method mentioned there.<br>
<br>
I think the current understanding on the glibc side is that isdigit<br>
could be implement as <br>
<br>
  #define isdigit(b) ((b) >= '0' && (b) <= '9')<br>
<br>
because isdigit recognizing alternate digits would not be compliant<br>
with the C standard.  We just haven't got around to making the change<br>
in the headers.<br>
</div>
</span></font></div>
</body>
</html>