Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
props yo
  • Loading branch information
slouken committed Mar 13, 2006
1 parent 1203178 commit 9f96e6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stdlib/SDL_iconv.c
Expand Up @@ -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 '?'
Expand Down

0 comments on commit 9f96e6c

Please sign in to comment.