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

Unicode errors #45

Closed
iamsergio opened this issue Aug 4, 2013 · 2 comments
Closed

Unicode errors #45

iamsergio opened this issue Aug 4, 2013 · 2 comments

Comments

@iamsergio
Copy link

I've seen these in the output, isn't unicode supported ?

UnicodeEncodeError: 'ascii' codec can't encode character '\xc2' in position 175: ordinal not in range(128)
Logged from file init.py, line 267
Traceback (most recent call last):
File "/usr/lib/python3.3/logging/init.py", line 939, in emit
stream.write(msg)
UnicodeEncodeError: 'ascii' codec can't encode character '\xc2' in position 208: ordinal not in range(128)
Logged from file init.py, line 267

@liZe
Copy link
Member

liZe commented Aug 5, 2013

I've seen these in the output, isn't unicode supported ?

It is supposed to be supported. The problem is in the logging module, not in the calendar management. How did you get this error?

@liZe
Copy link
Member

liZe commented Aug 23, 2013

Closing for now, reopen if you have something new.

@liZe liZe closed this as completed Aug 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants