Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error interpolating Unicode text #160

Open
erkyrath opened this issue Jun 15, 2014 · 0 comments
Open

Error interpolating Unicode text #160

erkyrath opened this issue Jun 15, 2014 · 0 comments

Comments

@erkyrath
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant