kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #09714
Re: Locale fix in KiCAD is not working (breaks my build)
Jean Pierre,
It sounds like what I need, without adding dependencies on 2.9 or 3.0 (as Edwin was pointing me privately).
Anyway, that cannot be a problem with threading? or it just sets locale "locally" and not App wide?
Thanks a lot for the help,
Miguel Angel Ajo
http://www.nbee.es
+34911407752
skype: ajoajoajo
On 15/03/2013, at 12:49, jp charras <jp.charras@xxxxxxxxxx> wrote:
> 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
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
Follow ups
References