djc / couchdb-python

Python library for working with CouchDB
Other
202 stars 86 forks source link

Yield with special characters crashes view server #277

Open brailateo opened 8 years ago

brailateo commented 8 years ago

Emitting string with diacritics crashes server

   def fun(doc):
        if doc.get('tip') == 'TD':
            yield doc.get('def'),"şţăâîŞŢĂÂÎ"
djc commented 8 years ago

Thanks for the feedback! The query server is being reviewed right now in #276, hopefully this can be addressed there.