Re: Requesting a revision of RFC30232003-09-21 08:42:28In this respect, yes. All programming languages should provide for charsetProgramming languages are broken as designed?identification of their source files. Alas, none do, AFAIK.
Python does; it uses an emacs convention:
To define a source code encoding, a magic comment must
be placed into the source files either as first or second
line in the file:
#!/usr/bin/python
# -*- coding: <encoding name> -*-
http://www.python.org/peps/pep-0263.html
--
Aaron Swartz: http://www.aaronsw.com/
|
|