Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Wed, 1 May 2002 11:11:57 +0200 From: Pavel Tsekov Reply-To: Pavel Tsekov Organization: Syntrex, Inc. X-Priority: 3 (Normal) Message-ID: <17541526191.20020501111157@syntrex.com> To: "Robert Collins" CC: "Gary R. Van Sickle" , "Cygwin-Apps" Subject: Re[4]: libgetopt++ and setup and libstdc++ In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello Robert, Wednesday, May 01, 2002, 10:58:32 AM, you wrote: >> -----Original Message----- >> From: Pavel Tsekov [mailto:ptsekov AT syntrex DOT com] >> Sent: Wednesday, May 01, 2002 6:53 PM >> Zero terminated strings (C style strings) has nothing to do with the >> basic_string template class. basic_string can contain any character >> including \0. Its much the same as the STL vector. The WCHAR here >> specifies the size of storage of a single character... >> >> I.e. you can have typedef basic_string >> SomeStrangeCharString; RC> Cool. Does it handle MBCS (as opposed to) DBCS ? I think the answer is yes! Let me do my homework - I have all the references required just need to read some more...