Add ` modifier to pcb-printf, which forces '.' as a decimal separator
commit9cb66f740b56b3743dc0e582558b3861b24617a1
authorAndrew Poelstra (local) <apoelstra@wpsoftware.net>
Fri, 25 Nov 2011 20:13:40 +0000 (25 12:13 -0800)
committerAndrew Poelstra (local) <apoelstra@wpsoftware.net>
Fri, 25 Nov 2011 20:13:40 +0000 (25 12:13 -0800)
tree776858722f481cb427f7d9dece8a19f9e02a9dbd
parentd658a8846d0d4583b385549ccd604ac1a02a9bc8
Add ` modifier to pcb-printf, which forces '.' as a decimal separator

This should be used for the gerber exporter and other formats
that need to use '.' regardless of locale in order to obey their
standards.

Note that the %mr specifier (which restricts suffixes to mm and mil
so that old pcb versions can read them) uses this by default, so no
changes need to be made to file.c.
src/pcb-printf.c
src/pcb-printf.h