pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

List UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-16 #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add in model A russian data
2. Try to open model B in fa_admin with list of A data 

What is the expected output? What do you see instead?
UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-16: 
ordinal not in range(128)

What version of the product are you using? On what operating system?
FormAlchemy 1.4

Please provide any additional information below.
Trace in http://pylonshq.com/tracebacks/88b9255bc6506a5ee24b0b3364daf810

Original issue reported on code.google.com by Svintsov.D on 29 Feb 2012 at 6:51

GoogleCodeExporter commented 9 years ago
fixed https://github.com/FormAlchemy/formalchemy/pull/26

Original comment by Svintsov.D on 10 Apr 2012 at 11:40