You need to call SDL_EnableUNICODE(1) at runtime. Both keys (fn+key) need to be pressed though.
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL); SDL_EnableUNICODE(1);