Re: Output Unicode

2004-04-02 Thread Octavian Rasnita
Oh thanks, this is helpful. I can see that it is very complicated to use Unicode standards. I have seen that on that page I can read the text in romanian language, but even though I can read well some chars, I am not able to read other special chars and I can read just question marks instead. I

Re: Output Unicode

2004-04-02 Thread mt m
Oh thanks, this is helpful. I can see that it is very complicated to use Unicode standards. well it can be. But if you've got a new browser (mozilla 1.6), and a reasonably new OS, - Solaris 9/XP/JDS then you should be fine for viewing UTF-8 encoded pages in most languages. I have seen that on

Re: Output Unicode

2004-04-02 Thread Octavian Rasnita
Yes but I get Google's page with Internet Explorer 6 and I can see that the page uses UTF-8. And I can see teh page fine. But that example page read with IE6 also, is not read correctly. T. - Original Message - From: mt m [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

Re: How to undine a value

2004-04-02 Thread Wiggins d Anconia
I find I'm undefining variables my assigning an unitialized variable to defined value to make it undefined (as exemplified below). Is there a better way to do this? my $k; for($i = 0; $i $c; $i++){ if ( defined $k ){ print $x[$k]; my $t; # intentionally undefined

Re: How to undine a value

2004-04-02 Thread WC -Sx- Jones
Wiggins d Anconia wrote: my $k; for($i = 0; $i $c; $i++){ if ( defined $k ){ print $x[$k]; my $t; # intentionally undefined $k = $t; # undefine $k } else { $k = $i; } } Unless this is a contrived example, just increment $i by 2 each loop. If it is contrived then

Re: Output Unicode

2004-04-02 Thread mt m
which google url are you accessing? From: Octavian Rasnita [EMAIL PROTECTED] To: mt m [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Output Unicode Date: Fri, 2 Apr 2004 15:59:10 +0300 MIME-Version: 1.0 Received: from onion.perl.org ([63.251.223.166]) by mc2-f14.hotmail.com with Microsoft

Script not behaving the same when run under perl and mod_perl

2004-04-02 Thread Loren Erwin
I have written a report that takes one parameter from a form and then creates a report from it. All this is done in one script and creates two web pages (the form page and the report page). I run it from the cgi-bin directory in Apache 1.3 (Windows machine) and it passes the parameters

Re: Script not behaving the same when run under perl and mod_perl

2004-04-02 Thread WC -Sx- Jones
Loren Erwin wrote: This might be a question for Apache configuration, but I figured I would start here. http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems If your script doesnt work under mod_perl try mod_cgi (If mod_cgi was built into the httpd server.) read:

Re: Streaming a file to a remote user

2004-04-02 Thread Shaun Fryer
Hi Jason, Good advice. Keep in mind that it was just something to get him started. I don't have time to write the software for him in entirety unless I'm getting paid, so I just sent off some code I've had sitting around in partial completion in my dev/ folder for a couple years now. It works

Re: Output Unicode

2004-04-02 Thread Octavian Rasnita
I am accessing www.google.com which redirects to www.google.ro, or www.google.com/ncr T - Original Message - From: mt m [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, April 02, 2004 6:35 PM Subject: Re: Output Unicode which google url are you accessing?

Re: Output Unicode

2004-04-02 Thread WC -Sx- Jones
Octavian Rasnita wrote: I am accessing www.google.com which redirects to www.google.ro, or www.google.com/ncr That is an auto-handshake between your browser and google. It means you've properly set-up what Language(s) you want first and google is trying to be helpful. (In a previous note I said