Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Yield with special characters crashes view server #277

Open
brailateo opened this issue Mar 17, 2016 · 1 comment
Open

Yield with special characters crashes view server #277

brailateo opened this issue Mar 17, 2016 · 1 comment

Comments

@brailateo
Copy link

Emitting string with diacritics crashes server

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

djc commented Mar 17, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants