preliminary patch3 for i18n: eliminate calls to wcstombs.

Chris Faylor cgf@cygnus.com
Fri Jul 21 12:55:00 GMT 2000


On Sat, Jul 22, 2000 at 04:51:49AM +0900, Kazuhiro Fujieda wrote:
>The current implementation of wcstombs() can't convert a
>wide-character string encoded by UNICODE to a correct multi-byte
>string. So we should use WideCharToMultiByte instead of it.

Hmm.  I wonder if it wouldn't make sense to implement wcstombs using
WideChartoMultiByte instead.

cgf


More information about the Cygwin-patches mailing list