Judging from your address, you must be using Japanese characters. Guess what, I feel your pain ;)I am trying to set up a site that pulls data from a Pg database. While experimenting with the different ways of pulling the data, I stumbled over the following:Wide character in print at /usr/local/lib/perl/5.8.0/Apache/AxKit/Cache.pm line 117. [Tue Dec 3 15:02:57 2002] [warn] [client 127.0.0.1] [AxKit] Caught an exception [Tue Dec 3 15:02:57 2002] [error] [client 127.0.0.1] [AxKit] [Error] Wide character in syswrite at /usr/local/lib/perl/5.8.0/AxKit.pm line 64
I'm no expert in this encoding business, but every mysterious problem I had, the first thing I tried is to add a "use bytes" in the offending module. For some weird reason this fixed problems I had with both AxKit and Text::Template that I had.
So anyway, try adding a "use bytes" at the top of AxKit.pm. It's been a while since I did anything to AxKit core, so I just rechecked - if I remove the line that says "use bytes" from my AxKit.pm, I get the same error as you. With the line, everything works.
--d
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
