From: Stephen T. <STe...@fc...> - 2005-01-20 04:36:45
|
Yeah!!! Got rlib working now (sortof). The example program shows no graphic though and when I run from the command line I get this output. Its followed by the report as normal. If I comment out the jpeg I get no errors. Why does rlib think this file is UTF8 and how can I stop that ????? Its just the example program I cut and pasted from the doc file. Thanks - steve [root@powervault rlib]# php rlib.php Setting output encoding to UTF-8Setting locale to [LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_M ESSAGES=C;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C; LC_IDENTIFICATION=C] FAILEDencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USCPDF version 2.02-r1-2Using UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFX-Powered-By: PHP/4.3.10 Content-Type: application/pdf Content-Length: 3976 |
From: Bob D. <bd...@si...> - 2005-01-20 16:44:46
|
If you using RLIB for english purposes just configure it w/ --disable-utf8 Or rattle Chet to make it shut up :) - bob On Wed, 2005-01-19 at 23:36 -0500, Stephen Tenberg wrote: > Yeah!!! Got rlib working now (sortof). The example program shows no graphic > though and when I run from the command line I get this output. Its followed > by the report as normal. If I comment out the jpeg I get no errors. > > Why does rlib think this file is UTF8 and how can I stop that ????? Its > just the example program I cut and pasted from the doc file. > > Thanks - steve > > [root@powervault rlib]# php rlib.php > Setting output encoding to UTF-8Setting locale to > [LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_M > ESSAGES=C;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C; > LC_IDENTIFICATION=C] FAILEDencoding is NULL or invalid [C]... using > en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or > invalid [C]... using en_USencoding is NULL or invalid [C]... using > en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or > invalid [C]... using en_USencoding is NULL or invalid [C]... using > en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or > invalid [C]... using en_USencoding is NULL or invalid [C]... using > en_USencoding is NULL or invalid [C]... using en_USCPDF version > 2.02-r1-2Using UTF8 output to PDF is not fully supported by CLIBPDFUsing > UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF > is not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully > supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by > CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 > output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is > not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully > supported by CLIBPDFUsing UTF8 output to PDF is not fully supported by > CLIBPDFUsing UTF8 output to PDF is not fully supported by CLIBPDFUsing UTF8 > output to PDF is not fully supported by CLIBPDFUsing UTF8 output to PDF is > not fully supported by CLIBPDFUsing UTF8 output to PDF is not fully > supported by CLIBPDFX-Powered-By: PHP/4.3.10 > Content-Type: application/pdf > Content-Length: 3976 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |