From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16120 invoked by alias); 29 Nov 2001 10:21:16 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 16032 invoked from network); 29 Nov 2001 10:21:13 -0000 Received: from unknown (HELO mail.accuris.ie) (195.7.42.139) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 10:21:13 -0000 Received: from dublin.accuris.ie (unverified) by mail.accuris.ie (Content Technologies SMTPRS 4.1.5) with ESMTP id for ; Thu, 29 Nov 2001 10:32:59 +0000 Received: by dublin.accuris.ie with Internet Mail Service (5.5.2653.19) id ; Thu, 29 Nov 2001 10:21:06 -0000 Message-ID: <577D56F824BAD411A1230008C728534AC5880F@dublin.accuris.ie> From: "Kirwan, Brian" To: "'gcc-help@gcc.gnu.org'" Cc: "Kirwan, Brian" Subject: Missing basic wide char/wide string handling functions Date: Thu, 22 Nov 2001 04:17:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-11/txt/msg00206.txt.bz2 Hi, I'm building an application that needs to handle unicode strings and therefore need wide char/string handling functions. In gcc, I CAN find the corresponding CONVERSION functions (e.g., mbstowcs, wcstombs, etc.) but I CANNOT find the BASIC wide string handling functions, i.e., wcout, wstrcat, etc. (nor wprintf, etc in the C library). I've tried building various different versions from source (2.95.3, 3.0, 3.0.1, 3.0.2) and I've also downloaded the pre-built versions from the Sun freeware site but none of them seem to support these basic functions. I would be very grateful if someone could let me know if either: * these functions arent supported * I need to build/configure gcc some other way to get them * maybe they have some other slightly different name in gcc(?) Thanks in advance, Brian Kirwan, Accuris Limited, East Point Business Park, Dublin 3, Ireland. Tel: +353-1-8875532 email: bkirwan@accuris.ie Web: www.accuris.ie From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kirwan, Brian" To: "'gcc-help@gcc.gnu.org'" Cc: "Kirwan, Brian" Subject: Missing basic wide char/wide string handling functions Date: Thu, 29 Nov 2001 02:21:00 -0000 Message-ID: <577D56F824BAD411A1230008C728534AC5880F@dublin.accuris.ie> X-SW-Source: 2001-11/msg00289.html Message-ID: <20011129022100.tlWbbM4BZMWn3qu5kBZot4nctPTvv8W6bzJBcp8mk3o@z> Hi, I'm building an application that needs to handle unicode strings and therefore need wide char/string handling functions. In gcc, I CAN find the corresponding CONVERSION functions (e.g., mbstowcs, wcstombs, etc.) but I CANNOT find the BASIC wide string handling functions, i.e., wcout, wstrcat, etc. (nor wprintf, etc in the C library). I've tried building various different versions from source (2.95.3, 3.0, 3.0.1, 3.0.2) and I've also downloaded the pre-built versions from the Sun freeware site but none of them seem to support these basic functions. I would be very grateful if someone could let me know if either: * these functions arent supported * I need to build/configure gcc some other way to get them * maybe they have some other slightly different name in gcc(?) Thanks in advance, Brian Kirwan, Accuris Limited, East Point Business Park, Dublin 3, Ireland. Tel: +353-1-8875532 email: bkirwan@accuris.ie Web: www.accuris.ie < http://www.accuris.ie/ >