--- a/src/stdlib/SDL_iconv.c Mon Mar 13 01:16:16 2006 +0000 +++ b/src/stdlib/SDL_iconv.c Mon Mar 13 01:17:22 2006 +0000 @@ -52,6 +52,10 @@ #else +/* Lots of useful information on Unicode at: + http://www.cl.cam.ac.uk/~mgk25/unicode.html +*/ + #define UNICODE_BOM 0xFEFF #define UNKNOWN_ASCII '?'