Alastair McKinstry wrote:

> As this is not a shell-specific problem, I was really wondering if the
> scripting languages had encountered it, particularly the 'we support
> Unicode' ones... like Perl and Python...

[EMAIL PROTECTED]:~$ python -c 'printÂ"hello world"'
  File "<string>", line 1
    printÂ"hello world"
         ^
SyntaxError: invalid syntax

[EMAIL PROTECTED]:~$ perl -e 'printÂ"hello world\n";'
Unrecognized character \xC2 at -e line 1.

[EMAIL PROTECTED]:~$ ruby -e 'printÂ"hello world\n"'
-e:1: Invalid char `\302' in expression
-e:1: Invalid char `\240' in expression



        Frederic


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to