scancode vs keycode

Thanks for the tip. My initial research seems to indicate that SDL_TEXTINPUT is geared towards string input processing, while I am looking for character input processing. Let me check if I can somehow emulate character processing with SDL_TEXTINPUT and revert back.