From 293e158d848c807c565e4909e991d9c7da9288f7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 13 Mar 2006 01:17:22 +0000 Subject: [PATCH] props yo --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401507 --- src/stdlib/SDL_iconv.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stdlib/SDL_iconv.c b/src/stdlib/SDL_iconv.c index ab2c7666e..f9f116cb5 100644 --- a/src/stdlib/SDL_iconv.c +++ b/src/stdlib/SDL_iconv.c @@ -52,6 +52,10 @@ size_t SDL_iconv(SDL_iconv_t cd, #else +/* Lots of useful information on Unicode at: + http://www.cl.cam.ac.uk/~mgk25/unicode.html +*/ + #define UNICODE_BOM 0xFEFF #define UNKNOWN_ASCII '?'