Ocaml Unicode Patch

Update (2009-05-01)

Now I would advise against this patch, better extract needed code from ocaml sources and compile locally, it is much easier to update and maintain.

Original

Created for mldonkey by spiralvoice http://savannah.nongnu.org/patch/?4515 (looks like they are not using it anymore..)

Problems with this patch (from the windows user point of view) :

Modified

Modified patch fixes bug in caml_sys_getcwd(), unicode'fies more functions (I needed caml_sys_is_directory() in particular), uses WideCharToMultiByte api for utf8 conversions and compiles cleanly with msvc.

Download

It worked pretty well for me (to create windows COM inproc server dll module with Ocaml 3.10 and MSVC 8.0 (2005)).


2009-05-01