-
Notifications
You must be signed in to change notification settings - Fork 249
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
Report fails when localized date contains non-ASCII characters (e.g. Février) #239
Comments
Unfortunately, yes, it does. ( I have started looking into this. In the meantime, if this is urgent, you could try doing the same as pull request #218 : adding the following lines near the start of reports.py reload(sys)
sys.setdefaultencoding("utf-8") |
Thanks, #218 is solving the problem ! |
Hopefully, fix utf-8 related issues projecthamster#153, projecthamster#239, projecthamster#317 Co-authored-by: Nikita Kazeev Thanks for showing the way in PR projecthamster#174 !
Thanks a lot. |
I'm having problems to generate a report for "Février" (February) month, and I'm having the same problem for any day on this month. Do you think that can be due to french month name with accents ?
Any help to resolve for this bug would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: