This is the mail archive of the cygwin@sources.redhat.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: non latin file names?


>>> On Tue, 24 Oct 2000 21:26:05 -0500
>>> Chris Abbey <cabbey@chartermi.net> said:

> (ie. to tie this back to the start of the thread, ls will someday learn
> how to display ó in the general gnu-fileutils; when it does,
> cygwin will be ready. That second part btw is a massive effort,
> and one that a handfull of big companies (IBM) are looking at
> very hard.)

I'm trying to introduce the i18n APIs standardized by ISO C or
Single UNIX Specification into the Cygwin DLL. Most of them can
be emulated by corresponding Win32 APIs, so it doesn't need a
massive effort.

I have already implemented APIs standardized by ISO C except for
strftime() and most part of the extensions of Amendment 1. But
I have not merged them into the development source of the Cygwin
DLL yet. I'm going to do so when I finish to implement strftime().

The i18n APIs in Windows doesn't know how to represent a time
nor a date along with a time in the proper format of the current
locale. So implementing strftime() has a rough passage.

iconv? It's future work.
____
  | AIST      Kazuhiro Fujieda <fujieda@jaist.ac.jp>
  | HOKURIKU  School of Information Science
o_/ 1990      Japan Advanced Institute of Science and Technology

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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