From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264893AbUBRLY7 (ORCPT ); Wed, 18 Feb 2004 06:24:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264905AbUBRLY7 (ORCPT ); Wed, 18 Feb 2004 06:24:59 -0500 Received: from mail.shareable.org ([81.29.64.88]:33669 "EHLO mail.shareable.org") by vger.kernel.org with ESMTP id S264893AbUBRLY6 (ORCPT ); Wed, 18 Feb 2004 06:24:58 -0500 Date: Wed, 18 Feb 2004 11:24:47 +0000 From: Jamie Lokier To: "H. Peter Anvin" Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: UTF-8 practically vs. theoretically in the VFS API Message-ID: <20040218112447.GG28599@mail.shareable.org> References: <04Feb13.163954est.41760@gpu.utcc.utoronto.ca> <200402161948.i1GJmJi5000299@81-2-122-30.bradfords.org.uk> <20040216202142.GA5834@outpost.ds9a.nl> <4032DA76.8070505@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4032DA76.8070505@zytor.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org H. Peter Anvin wrote: > Well, the reason you'd want an out-of-band mechanism is to be able to > display it as some kind of escapes. As soon as you go to "display", you need a mechanism to escape lots of characters, not just malformed UTF-8. Consider: \u0000, \u001B, \u0007 and such need to be escaped too. -- Jamie