. So DIR
returns accented characters, but Perl still returns question marks. I
have also set "use utf8", but that didn't help either.
So the problem I have is how to proceed. Should I give up with Perl and
use Java or C? Any suggestions gratefully received.
Regards,
Peter
--
Pet
the values with ord(). It is ascii 63.
Peter
On Thu, 2005-02-24 at 15:23 +0100, Guido Flohr wrote:
> Hi,
>
> sorry, my original reply (see below) went to the sender, not to the list.
>
> Peter Gordon wrote:
> > I am using ActiveState Perl 5.008006.
> >
> > I
1. You could try changing the character encoding of your browser. In
Firefox, View/Character Encoding.
2. Ensure that you have the relevant font installed on your computer
3. If that works, then you probably want to set the character encoding
of the page. Look in the CGI.pm module and you will see