To answer my own question and reveal how lazy I am to RTFM, this will do the job:

Char(event^.key.keysym.unicode)

But you have to enable unicode support:

SDL_EnableUNICODE(1)

Simple solutions for simple minds.