Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
To: Chris Abbey <cabbey@chartermi.net>
Cc: cygwin@sources.redhat.com
Subject: Re: non latin file names?
References: <4.3.2.7.0.20001024200555.00d015a0@pop.bresnanlink.net>
	<000c01c03d82$ce879a10$21c9ca95@mow.siemens.ru>
	<4.3.2.7.0.20001023204853.00cfe100@pop.bresnanlink.net>
	<000c01c03d82$ce879a10$21c9ca95@mow.siemens.ru>
	<20001024110637.A26191@redhat.com>
	<4.3.2.7.0.20001024200555.00d015a0@pop.bresnanlink.net>
	<4.3.2.7.0.20001024204212.00d02b90@pop.bresnanlink.net>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=ISO-8859-1
From: Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Date: 28 Oct 2000 08:51:36 +0900
In-Reply-To: Chris Abbey's message of Tue, 24 Oct 2000 21:26:05 -0500
Message-ID: <s1shf5x4zcn.fsf@jaist.ac.jp>
Lines: 28
X-Mailer: Gnus v5.3/Emacs 19.34
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id TAA30705

>>> 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

