This is a locale-dependent bug. I have created a bug report (#1453843) at sourceforge for this.
I think the problem are the fprintf calls in src/file.c Just setting the locale to C will probably not work wellwith future localization of pcb messages. Setting the locale to C, writing the file and setting it back to the original one is not thread-safe (I don't know if pcb uses threads though). One solution would be to use the locale-independent g_ascii_strtod() from glib. Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]