caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Re: Unicode, update
@ 2010-10-19  1:59 Paul Steckler
  2010-10-19 14:33 ` [Caml-list] " Ashish Agarwal
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Steckler @ 2010-10-19  1:59 UTC (permalink / raw)
  To: caml-list

Sylvain Le Gall <sylvain@le-gall.net> wrote:
> Would it be possible to publish them as an external library?

What I did isn't really complete enough to constitute a library, I'd say.

Here's what I did:

>From Pervasives:

  open_out_win32
  open_out_bin_win32
  open_out_gen_win32
  open_in_win32
  open_in_bin_win32
  open_in_gen_win32

>From Sys:

  file_exists_win32
  getcwd_win32
  chdir_win32
  missing: is_directory_win32, readdir_win32

I did not code up Win32/UTF8 equivalents of anything in the Unix
module.  A complete
library of Win32/UTF8 file functions would include a number of items
from that module.

If anyone's interested in finishing off what I've done, I could send along
what I have.

-- Paul


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-19 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-19  1:59 Unicode, update Paul Steckler
2010-10-19 14:33 ` [Caml-list] " Ashish Agarwal
2010-10-19 15:19   ` Michael Ekstrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).