This commit is contained in:
Sam Lantinga
2006-03-13 01:17:22 +00:00
parent 992d5b4402
commit 80b5071de2

View File

@@ -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 '?'