jromeem / cs373-wc

Summer 2012 - C S 373 Software Engineering: Project 3 - Phase 1
0 stars 0 forks source link

Cannot import files. New fix causes encode errors #48

Closed andyhsu91 closed 12 years ago

andyhsu91 commented 12 years ago

VALUEERROR: 'ascii' codec can't encode character u'\xe9' in position 110: ordinal not in range(128)

andyhsu91 commented 12 years ago

This issue only occurs with merge, overwrite works fine.

j-peacock commented 12 years ago

Issue was caused by a string cast on a unicode field. Fixed.