# HG changeset patch # User Sam Lantinga # Date 1142212642 0 # Node ID 5e4dad24a5dec17c3d42a91475b70164a3a8a819 # Parent d403a39389da46f65b0ececdf8f9e67483a13172 props yo diff -r d403a39389da -r 5e4dad24a5de src/stdlib/SDL_iconv.c --- 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 '?'