mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
nlohmann json is locale independent (uses to_chars)
This commit is contained in:
parent
9bc463606a
commit
4f32146f9a
@ -168,8 +168,6 @@ bool GERBER_JOBFILE_WRITER::WriteJSONJobFile( const wxString& aFullFilename )
|
||||
// Note: in Gerber job file, dimensions are in mm, and are floating numbers
|
||||
std::ofstream file( aFullFilename.ToUTF8() );
|
||||
|
||||
LOCALE_IO dummy;
|
||||
|
||||
m_json = nlohmann::ordered_json( {} );
|
||||
|
||||
// output the job file header
|
||||
|
Loading…
x
Reference in New Issue
Block a user