August 30, 2007
It's just come to light that Unicode I/O is broken on Windows in a few ways. Because of this, I've modified my console I/O module to bypass the bugs.  It also now correctly auto-detects the console codepage under at least some of the versions of Windows where it wasn't working right before.

Also new in this version is a wrapper for using function pointers as delegates.  At the moment it doesn't work on functions with non-D linkage or variadic functions - I don't know if there's any way to get it working on these.

http://pr.stewartsplace.org.uk/d/sutil/

Stewart.