← Back to team overview

kicad-developers team mailing list archive

Re: Locale fix in KiCAD is not working (breaks my build)

 

We have this kind of issue for all I/O file functions.

In KiCad there is a class named LOCALE_IO to fix it
thee ctor switches on the "C" fp notation, and the dtor restores the current locale.
See for instance the line:
LOCALE_IO   toggle;     // toggles on, then off, the C locale.
in pcb_parser.cpp, line 333

--
Jean-Pierre CHARRAS



Follow ups

References