comparison src/stdlib/SDL_iconv.c @ 1503:5e4dad24a5de

props yo
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 01:17:22 +0000
parents d403a39389da
children 720f8bb49d7d
comparison
equal deleted inserted replaced
1502:d403a39389da 1503:5e4dad24a5de
49 } 49 }
50 return retCode; 50 return retCode;
51 } 51 }
52 52
53 #else 53 #else
54
55 /* Lots of useful information on Unicode at:
56 http://www.cl.cam.ac.uk/~mgk25/unicode.html
57 */
54 58
55 #define UNICODE_BOM 0xFEFF 59 #define UNICODE_BOM 0xFEFF
56 60
57 #define UNKNOWN_ASCII '?' 61 #define UNKNOWN_ASCII '?'
58 #define UNKNOWN_UNICODE 0xFFFD 62 #define UNKNOWN_UNICODE 0xFFFD