Python Set Default Encoding ('utf-8')
Asked by
John Chen
Hi OpenERP Team
I can see that Python defaultencoding in OpenERP is ('ascii'). And i have found a way to allow it to become ('utf-8') by using this code:
- import sys
- sys.setdefaulte
Questions
1. Is there any impact that may cause system error or others if i set the defaultencoding to ('utf-8')?
2. Is there any way to change the defaultencoding in OpenERP library / configuration / setting? (so i don't need to use import sys, sys.setdefaulte
Thanks
John Chen
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- digitalsatori(Shine IT)
- Solved:
- Last query:
- Last reply:
To post a message you must log in.