Closed SuperMeepBoy closed 3 years ago
When setting a text with accents in the config.json, the bot will not write the accents. The bug does not occur on Linux, only on Windows.
Accents should be displayed.
Accents are not displayed.
Use .encode('utf-8') whenever displaying text is needed.
.encode('utf-8')
answer_template
Not fixed.
When setting a text with accents in the config.json, the bot will not write the accents. The bug does not occur on Linux, only on Windows.
Expected Behavior
Accents should be displayed.
Current Behavior
Accents are not displayed.
Possible Solution
Use
.encode('utf-8')
whenever displaying text is needed.Steps to Reproduce
answer_template
value)