pcb

Comment 16 for bug 846359

Revision history for this message
DJ Delorie (djdelorie) wrote :

Note: the gcode exporter suffers from the same locale bug the gerber exporter did - you can't just call fprintf("%f") and expect to get '.' as the decimal separator. You have to use g_ascii_formatd("%f") to ascii-format the number into a string buffer first, then use that buffer in your output via "%s"

Try this in the tests directory:

  LC_ALL=cs_CZ.utf8 make check