Martin v. Löwis wrote:
> [EMAIL PROTECTED] schrieb:
> > The following line in my code is failing because sys.stdin.encoding is
> > Null. This has only started happening since I started working with
> > Pydef in Eclipse SDK. Any ideas?
> >
> > uni=unicode(word,sys.stdin.encoding)
>
> That's a problem with pydev, where the standard machinery to determine
> the terminal's encoding fail.
>
> I have no idea yet how to fix this.

Environmental variable TERMENCODING ? Heck, maybe this will catch on
and will be used by other languages, libraries, terminals, etc. It's
not really Python only problem.

  -- Leo

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to