Hello,<br><br>I&#39;m trying to store strings with certain unicode characters that don&#39;t convert to ascii in the ZODB. Specifically, as a file object and as properties of that file object. I get the following errors (from a script):<br>
<br><strong>Error Type: AttributeError</strong><br>
      <strong>Error Value: &#39;unicode&#39; object has no attribute &#39;seek&#39;</strong><br><br>and<br><br><strong>Error Type: UnicodeEncodeError</strong><br>
      <strong>Error Value: &#39;ascii&#39; codec can&#39;t encode character u&#39;\u201c&#39; in position 0: ordinal not in range(128)</strong><br><br>Is there a way to work around this? or do I need to use a relational DB to store the data? I&#39;m on Zope 2.9.7<br>
<br>Thanks,<br><br>Thibaud<br>