 
            
            
            
            
                17 Jan
                
                    2024
                
            
            
                17 Jan
                
                '24
                
            
            
            
        
    
                1:28 p.m.
            
        Is strtod operating in non-C locale required to correctly parse a number that was formatted using C locale? For example, what if it expects a fractional digits separator other than dot?
I see your point. I'll open an issue. I believe that strtold will do the wrong thing, and frankly I don't know what strtoflt128 out of <quadmath> does but I assume it's the same. Matt