nlohmann json is locale independent (uses to_chars)

This commit is contained in:
Mark Roszko 2025-08-27 20:41:47 -04:00
parent 9bc463606a
commit 4f32146f9a

View File

@ -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