Allowing danish 'æøå' as participant responses

Hi PsychoPy discourse

Through builder I have a word association experiment. People are presented with a word and then afterwards they have to write 10 word associations to it. Issue is, the experiment is in danish, but when you press æøå, they’re not recorded. Is there any way to allow these characters to be written as a response that works in psychopy 3?

I’ve tried with:

#!/usr/bin/env python2
# -*- coding: utf-8 -*-
reload(sys)
sys.setdefaultencoding('utf-8')
print u"åæø"

But that only works in python2, obviously.

OS : MacOS 10.14.6
PsychoPy version : 3.2.3
**Standard Standalone? (y/n): yes

Hello, could you share a minimal example that replicates the issue? You may also email the experiment file to me privately if you prefer: richard.hoechenberger@gmail.com.