From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: L'\0' handling Date: Thu, 8 Apr 2010 16:18:39 -0700 Message-ID: References: <1270738799.2167.7.camel@yura-tl> <4BBDF4C0.8020305@redhat.com> <1270741172.2167.9.camel@yura-tl> <4BBDFC28.4080304@redhat.com> <1270758815.2167.13.camel@yura-tl> <4BBE4368.4080105@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from qw-out-2122.google.com ([74.125.92.24]:42446 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933785Ab0DHXSm (ORCPT ); Thu, 8 Apr 2010 19:18:42 -0400 Received: by qw-out-2122.google.com with SMTP id 8so996854qwh.37 for ; Thu, 08 Apr 2010 16:18:41 -0700 (PDT) In-Reply-To: <4BBE4368.4080105@redhat.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Michael Stefaniuc Cc: Yura Pakhuchiy , Linux-Sparse On Thu, Apr 8, 2010 at 1:58 PM, Michael Stefaniuc wrote: > > I have looked at the patch but I don't see it handle wchar_t string literals > like L"Hello World\n". That is on purpose. L"Hello worlds" is very questionable. Chris