[Python-Dev] PEP 263 considered faulty (for some Japanese (original) (raw)

Stephen J. Turnbull stephen@xemacs.org
18 Mar 2002 19:19:00 +0900


"Paul" == Paul Svensson <paul@svensson.org> writes:

Paul> So, if Emacs recognizes the cookie, it will allow you to
Paul> edit both code and unicode strings, as text.  If you need to
Paul> put non-ASCII data in regular strings, not using the
Paul> specified encoding, then write them as \xNN-escapes.

My point is that encouraging \xNN-escaping would be greatly facilitated if Emacs did not treat regular strings as text. After all, they aren't, except in the U.S. I want Emacs to encourage users to conform to Python's view of what belongs in there, not to force Python to accept whatever Emacs can stuff in.

-- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Don't ask how you can "do" free software business; ask what your business can "do for" free software.