This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: file listing incorrect in cvs head.


On Feb  7 22:55, HASHI Hiroaki wrote:
> Hello!
> 
> In cvs head.
> 
> A 'readdir' function cannot listing filename that using multi-byte
> charctor. (corrupt filename)
> 
> Because, newlib's wcstombs do not support 'true' multi-byte charactor conversion.
> 
> I made a patch for cvs head.

Thanks, but the patch isn't exactly "trivial", so we would need a 
copyright assignment from you and, possibly, from your employer.
See http://cygwin.com/contrib.html.

Why isn't it sufficient just to replace wcstombs by a call to sys_wcstombs?
The filename can't be longer than 255 wide chars so the result won't be
longer than 255 chars, right?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]