bug-a2ps
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

L10N problems ...


From: Johan Garpendahl
Subject: L10N problems ...
Date: Fri, 01 Mar 2002 19:42:45 +0100

Hello, 

I'm not quite shore who's to blame for this one.
I'll try to explain.

When I run a2ps with LANG=sv_SE, then a couple of decimal points in the
generated postscript code are being converted into decimal commas.
Unfortunately, ghostscript barfs at these decimal commas ...

Examples

> LANG=C a2ps -o nullC.ps /dev/null
> LANG=sv_SE a2ps -o nullsv_SE.ps /dev/null
> diff -c nullC.ps nullsv_SE.ps > null.diff

The file null.diff is attached to this mail.
Hope this helps.

Regards,

        Johan
*** nullC.ps    Fri Mar  1 19:36:37 2002
--- nullsv_SE.ps        Fri Mar  1 19:38:58 2002
***************
*** 2,8 ****
  %%Title: null
  %%For: Johan Garpendahl
  %%Creator: a2ps version 4.13
! %%CreationDate: Fri Mar  1 19:36:37 2002
  %%BoundingBox: 24 24 571 818
  %%DocumentData: Clean7Bit
  %%Orientation: Landscape
--- 2,8 ----
  %%Title: null
  %%For: Johan Garpendahl
  %%Creator: a2ps version 4.13
! %%CreationDate: Fri Mar  1 19:38:58 2002
  %%BoundingBox: 24 24 571 818
  %%DocumentData: Clean7Bit
  %%Orientation: Landscape
***************
*** 690,699 ****
  /ury 571 def
  /lly 24 def
  /#copies 1 def
! /th 15.000000 def
  /fnfs 11 def
! /bfs 8.005733 def
! /cw 4.803440 def
  
  % Dictionary for ISO-8859-1 support
  /iso1dict 8 dict begin
--- 690,699 ----
  /ury 571 def
  /lly 24 def
  /#copies 1 def
! /th 15,000000 def
  /fnfs 11 def
! /bfs 8,005733 def
! /cw 4,803440 def
  
  % Dictionary for ISO-8859-1 support
  /iso1dict 8 dict begin
***************
*** 715,724 ****
  /fSymbol /Symbol findfont def
  /hm fnfs 0.25 mul def
  /pw
!    cw 81.400000 mul
  def
  /ph
!    501.959430 th add
  def
  /pmw urx llx sub pw 2 mul sub 1 div def
  /pmh 0 def
--- 715,724 ----
  /fSymbol /Symbol findfont def
  /hm fnfs 0.25 mul def
  /pw
!    cw 81,400000 mul
  def
  /ph
!    501,959430 th add
  def
  /pmw urx llx sub pw 2 mul sub 1 div def
  /pmh 0 def

reply via email to

[Prev in Thread] Current Thread [Next in Thread]