changeset 1503:5e4dad24a5de

props yo
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 01:17:22 +0000
parents d403a39389da
children 7b4b31075f67
files src/stdlib/SDL_iconv.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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	'?'