[Orca-users] SE Toolkit 3.4 and Solaris 10

Liston Bias bias at pobox.com
Mon Feb 14 08:36:36 PST 2005


On Sun, 13 Feb 2005, Blair Zajac wrote:

> Liston Bias wrote:
>> Another issue I noticed is the /orca_logo.gif is not displaying on any of 
>> the pages.  I downloaded old image and that seem to be working fine.
>> 
>> Snapshot used was r412 from:
>> 
>>   http://www.orcaware.com/orca/pub/snapshots/
>> 
>> Regards,
>> Liston
>
> Liston,
>
> IIRC, this may be an UTF-8 issue with Perl.  In orca/orca.pl.in, there's this 
> section of code:
>
>    } elsif (/OPEN (.*)/) {
>      $image_filename = "$config_global{html_dir}/$1";
>      print "Creating $1.\n" if $opt_verbose;
>      if (open(ORCA_WRITE, ">$image_filename")) {
>        # Some of these generated files are images, so always open in
>        # binary mode.
>        binmode ORCA_WRITE;
>
> We may need to take additional steps to ensure that Perl writes the data out 
> correctly.
>
> What is your LANG set to?  Can you try rerunning Orca and set LANG to C in 
> the environment:
>
> env LANG=C orca .....


That seems to work.

Environment was

   LANGUAGE=us
   LC_MESSAGES=C
   LC_CTYPE=en_US.ISO8859-1

Thanks.



More information about the Orca-users mailing list