Re: Requesting a revision of RFC3023

Francois Yergeau scripsit:

> In this respect, yes.  All programming languages should provide for charset
> identification of their source files.  Alas, none do, AFAIK.

I almost, but not quite, entirely disagree with this position.

Rather than having thousands of ad hoc mechanisms for encoding declarations
in each of the thousands of text formats now extant, file systems should have
a convenient mechanism for recording the encoding of each file, and character
processing libraries should have convenient reading and writing operations that
do the necessary conversions.  Otherwise, generic text-processing tools become
impossible, because each tool has to have a vast library that understands the
mechanics of the encoding declaration specific to the format it is trying to
read.  That way madness lies.

-- 
As you read this, I don't want you to feel      John Cowan 
sorry for me, because, I believe everyone       jcowan@reutershealth.com
will die someday.    -- From a Nigerian-type    http://www.reutershealth.com
                        scam spam I got         http://www.ccil.org/~cowan

Received on Friday, 19 September 2003 12:12:21 UTC