Converting unicode to keysym

Hello list,
how do I convert the unicode field of SDL_keysym (a Uint16) to a SDLKey?
The reason I want to do this is because the unicode field of a SDL_keysym
takes into account my keyboard layout, whereas the sym field doesn’t
thanks!
–Jacques