Re: Can I upload Perl program in unicode?
- From: xhoster@xxxxxxxxx
- Date: 28 Jul 2008 21:28:08 GMT
"John" <john1949@xxxxxxxxx> wrote:
Hi
Imagine that I have the following statement in a Perl program.
my $word = '??';
That's just two question marks, chr 63, right? If not, then what
is it?
If I save the Perl program as 'UTF8' the characters remain.
"Save as UTF8" sounds like something a word processor would do.
We don't know what word processor you are using.
If I save it in ASCII, the line appears as my $word = '??????';
Is that equivalent to the below?
join "", chr(65),chr(65),chr(65),chr(65),chr(145),chr(65);
Now, the problem is although I can save it as UTF8 the Perl program needs
to be in ASCII to be run
What makes you think that? What errors are you getting?
Xho
--
-------------------- http://NewsReader.Com/ --------------------
The costs of publication of this article were defrayed in part by the
payment of page charges. This article must therefore be hereby marked
advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate
this fact.
.
- References:
- Can I upload Perl program in unicode?
- From: John
- Can I upload Perl program in unicode?
- Prev by Date: Re: Can I upload Perl program in unicode?
- Next by Date: Re: Perl - approach to query https website for code & parsing xml response
- Previous by thread: Re: Can I upload Perl program in unicode?
- Next by thread: Re: Can I upload Perl program in unicode?
- Index(es):
Relevant Pages
|