Python's 8-bit cleanness deprecated?

Michael Hudson mwh at python.net
Wed Feb 5 10:12:32 EST 2003


Roman Suzi <rnd at onego.ru> writes:

> what if I have a program which comments are in one encoding and string
> literals in another one? (I have a project which uses cp1252 in literals
> and koi8-r in comments (sometimes).)

How can that work?  How does your editor know which is which?  Or do
you just flip from one charset to the other as needed?

> Is there any decent editor supporting utf-8?

GNU Emacs 21.  I think WinXP's notepad.exe might.  There are surely
others.

Cheers,
M.

-- 
  Roll on a game of competetive offence-taking.
                                            -- Dan Sheppard, ucam.chat




More information about the Python-list mailing list