I have to export a special character to a file for a transcribing program

18 views Asked by At

I have a French special character 'œ' I want to export into the template of a transcribing program file. When I write it plainly in the python code, then the transcriber doesn't recognize that character. Within the transcriber itself, though I use a numpad command to make this character, namely alt+156. I was wondering if there is a way to simulate that input within a python code. Any help welcome

0

There are 0 answers