erkyrath / tworld

A choice-based shared online text environment sandbox
MIT License
71 stars 13 forks source link

Error interpolating Unicode text #160

Open erkyrath opened 10 years ago

erkyrath commented 10 years ago

Code property:

print('the D’ni symbol ');
style('dni')
print(dninumbers[val])
endstyle('dni')
print(' (the number %d)' % val)

Room description:

Mounted on the [wall] is a plaque with [[dninumber(5)]].

W Jun-15 21:40:06: evalctx:423] Caught exception (interpolating): 'ascii' codec can't encode character '\u2019' in position 13: ordinal not in range(128)

(But only on the live server, not at home? Locale issues, whee)