Bugs item #3256685, was opened at 2011-03-29 04:37
Message generated for change (Comment added) made by thepurlieu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=409538&aid=3256685&group_id=33921

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Gerber Parser
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: jankes ()
>Assigned to: Julian Lamb (thepurlieu)
Summary: wrong decimal signs in exported layer files

Initial Comment:
version: gerbv-2.5.0

Gerbv needlessly uses system settings to determine what decimal sign to use in 
saved Gerber files. On systems, for which the official sign is a comma instead 
of a dot, this results in broken *.gbr files.

Example:
On a polish systyem issue:
  $  gerbv layer1.gbr
Then do a "save active layer as..." - here's a snippet from the resulting file 
(WRONG) :
...
%IPPOS*%
G04 --Define apertures--*
%ADD10C,0,0080*%
%ADD11C,0,0200*%
%ADD12C,0,0250*%
...

Whereas, when the layer is saved from gerbv run as
$ LC_ALL=en_US gerbv layer1.gbr
then the snippet will look like (GOOD) :
...
%IPPOS*%
G04 --Define apertures--*
%ADD10C,0.0080*%
%ADD11C,0.0200*%
%ADD12C,0.0250*%
...


----------------------------------------------------------------------

>Comment By: Julian Lamb (thepurlieu)
Date: 2011-04-02 15:14

Message:
Thanks for reporting this.  I've committed a fix to git, however I can't
test it on my machine (I'm in the US).  Could you try it out and see if it
fixes the problem?

Cheers--
Julian

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=409538&aid=3256685&group_id=33921

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Gerbv-devel mailing list
Gerbv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to