From: nprasad AT truept DOT com (Nirmal Prasad R.) Subject: Help On wchar_t functions 27 Dec 1998 23:03:56 -0800 Message-ID: <000b01be31ec$eeafe3e0$27108ece.cygnus.gnu-win32@np_home_pc> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BE31C3.0517C460" To: This is a multi-part message in MIME format. ------=_NextPart_000_0008_01BE31C3.0517C460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there , i am using the b20 version of cygwin32 and found only the following two = functions in wchar.h i.e. wcscmp and wcslen . Is someone else working on = the wide character support or is this the whole list that has been built = and when is support for all other wcs* functions expected. Is someone = working on it or is it that i'll have to build my own for the time = being? Also r there any indications whether MBCS support will be = included into GNU-win32.=20 /* wchar.h Copyright 1998 Cygnus Solutions This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #ifndef _WCHAR_H #define _WCHAR_H #include /* Get wchar_t from . */ #define __need_wchar_t #include __BEGIN_DECLS int wcscmp (wchar_t *__s1, wchar_t *__s2); int wcslen (wchar_t *__s1); __END_DECLS #endif /* _WCHAR_H */ Thanks in advance, Regards Nirmal Prasad R. ------=_NextPart_000_0008_01BE31C3.0517C460 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi there ,
 
i am using the b20 version of = cygwin32 and found=20 only the following two functions in wchar.h i.e. wcscmp and wcslen . Is = someone=20 else working on the wide character support or is this the whole list = that has=20 been built and when is support for all other wcs* functions expected. Is = someone=20 working on it or is it that i'll have to build my own for the time = being? Also r=20 there any indications whether MBCS support will be included into = GNU-win32.=20
 
 

/* wchar.h

Copyright 1998 Cygnus Solutions

This file is part of Cygwin.

This software is a copyrighted work licensed under the terms of = the

Cygwin license. Please consult the file "CYGWIN_LICENSE" = for

details. */

#ifndef _WCHAR_H

#define _WCHAR_H

#include <sys/cdefs.h>

/* Get wchar_t from <stddef.h>. */

#define __need_wchar_t

#include <stddef.h>

__BEGIN_DECLS

int wcscmp (wchar_t *__s1, wchar_t *__s2);

int wcslen (wchar_t *__s1);

__END_DECLS

#endif /* _WCHAR_H */

 

Thanks in advance,

Regards

 

Nirmal Prasad R.

 

------=_NextPart_000_0008_01BE31C3.0517C460-- - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".