couchdb-python
couchdb-python copied to clipboard
Yield with special characters crashes view server
Emitting string with diacritics crashes server
def fun(doc):
if doc.get('tip') == 'TD':
yield doc.get('def'),"şţăâîŞŢĂÂÎ"
Thanks for the feedback! The query server is being reviewed right now in #276, hopefully this can be addressed there.