Re: [2.6 patch] UTF-8 fixes in comments

From: H. Peter Anvin
Date: Mon Apr 28 2008 - 21:30:25 EST


Willy Tarreau wrote:
Is this really needed Adrian ? I mean, everyone reads iso-8859-1, not
everyone reads UTF-8.

"Everyone" who speaks a Western European language, perhaps; and even then, mostly because a lot of tools still have a "oh, it's not valid UTF-8, guess iso-8859-1" mode. The most common instance of non-ASCII characters in Linux kernel code are people's names, and there are plenty of names which aren't representable in either ASCII or iso-8859-1.

The debate on this was years ago, and the consensus was to migrate to UTF-8; however, the salient information should be expressed in the ASCII character set unless impossible.

-hpa

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/