[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug report if using locale other then C
From: |
Leo Hadacz |
Subject: |
bug report if using locale other then C |
Date: |
Wed, 10 Oct 2001 18:56:27 +0200 |
User-agent: |
Mutt/1.2.5i |
Hi,
I use a2ps-4.13b-13 in RedHat 7.1,
using LANG=cs_CZ a2ps generates an errorneous PS-output because of putting
',' character instead of '.'. (In czech (cs_CZ locale) we have decimal
comma instead of decimal point.)
E.g. the command
a2ps -o x.ps a.txt
creates the file containing
--------------------------
% Initialize page description variables.
/sh 595 def
/sw 842 def
/llx 24 def
/urx 818 def
/ury 571 def
/lly 24 def
/#copies 1 def
/th 15,000000 def
/fnfs 11 def
/bfs 8,005733 def
/cw 4,803440 def
--------------------------
instead of
--------------------------
% Initialize page description variables.
/sh 595 def
/sw 842 def
/llx 24 def
/urx 818 def
/ury 571 def
/lly 24 def
/#copies 1 def
/th 15.000000 def
/fnfs 11 def
/bfs 8.005733 def
/cw 4.803440 def
--------------------------
I didn't find this bug in the "Known Bugs", so I decided to report it. But
I'm not the "discoverer" of this bug, it was discussed in the
address@hidden group (you can look at www.linux.cz/english.html). Thanks,
Leo
P.S. Sorry for my explanation disability.
--
Leo Hadacz, ANF DATA
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug report if using locale other then C,
Leo Hadacz <=