X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4BA665E9.9090001@gmail.com>
Date: Sun, 21 Mar 2010 18:31:05 +0000
From: Dave Korn <dave.korn.cygwin@googlemail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: cygwin builds and unicode support
References: <b0ddfae81003211106sd7031f4lf5a2f276ffa003be@mail.gmail.com>
In-Reply-To: <b0ddfae81003211106sd7031f4lf5a2f276ffa003be@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 21/03/2010 18:06, mike marchywka wrote:
> I'm trying to build QT webkit on cygwin and running into
> all kinds of confusions over char and wide char- 

  The most likely cause of the problem is that cygwin uses 16-bit wide chars,
where linux has 32-bit ones.  How you solve that is going to depend on exactly
how deeply any assumptions about bit-ness of wchar_t is implicit in the webkit
code, if that does indeed turn out to be the case.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

