You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2002/02/21 20:54:10 UTC

cvs commit: xml-axkit/lib/Apache/AxKit/Language AxPoint.pm

matts       02/02/21 11:54:10

  Modified:    lib/Apache/AxKit/Language AxPoint.pm
  Log:
  Added AllowOutputCharset(0) to prevent translation down the line
  
  Revision  Changes    Path
  1.2       +3 -1      xml-axkit/lib/Apache/AxKit/Language/AxPoint.pm
  
  Index: AxPoint.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/AxPoint.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxPoint.pm	13 Jan 2002 20:45:11 -0000	1.1
  +++ AxPoint.pm	21 Feb 2002 19:54:10 -0000	1.2
  @@ -1,4 +1,4 @@
  -# $Id: AxPoint.pm,v 1.1 2002/01/13 20:45:11 matts Exp $
  +# $Id: AxPoint.pm,v 1.2 2002/02/21 19:54:10 matts Exp $
   
   package Apache::AxKit::Language::AxPoint;
   
  @@ -172,6 +172,8 @@
       }
   
       AxKit::Debug(7, "AxPoint: outputting pdf");
  +
  +    $AxKit::Cfg->AllowOutputCharset(0);
       
       $r->content_type("application/pdf");