Hey Adrian, 2009/9/14 Adrian Sutherland <[email protected]>: > My Answer - for anyone with the same problem in the future > > Need to ensure than the environment LANG=en_US.UTF-8 > - configure in /etc/sysconfig/httpd (so it is set for Apache) > - need to get apache to pass the env variable to the fastcgi server by > ensuring that the apache config item FastCGIServer has the -initial-env LANG > option
That is bizarre. I would have expected that Apache hands over any request/response contents as binary data (because at least the request body could be binary data!), but apparently it does do transcoding of headers. For some reason (perhaps because ubuntu has been using UTF8 for a long time), this had not occurred to us as a possible problem. Thanks for finding out ! Regards, koen ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
