couchdb-python icon indicating copy to clipboard operation
couchdb-python copied to clipboard

Yield with special characters crashes view server

Open brailateo opened this issue 8 years ago • 1 comments

Emitting string with diacritics crashes server

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

brailateo avatar Mar 17 '16 18:03 brailateo

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

djc avatar Mar 17 '16 20:03 djc