This is the mail archive of the cygwin-patches@cygwin.com 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]

Re: generating /etc/passwd and /etc/group for domians with users with cyrillic names


>>> On Tue, 10 Apr 2001 22:34:04 -0400
>>> Christopher Faylor <cgf@redhat.com> said:

> Would it make sense to augment newlib to do the right thing, then?

No, I'm afraid it wouldn't.

`wcstombs' must be sensitive to a locale selected by an
application according to the ISO C standard.
In this case, however, it must be sensitive to the system
default locale of Windows.

I believe we should use WideCharToMultiByte for i18n of such
Windows specific tools.
____
  | AIST      Kazuhiro Fujieda <fujieda@jaist.ac.jp>
  | HOKURIKU  School of Information Science
o_/ 1990      Japan Advanced Institute of Science and Technology


> 
> cgf
> 


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