When I execute with curl:

--data-urlencode $(python -c 'print(u"q=drop measurement 
\u00053\ufffdf\ufffd")')
Traceback (most recent call last):
  File "<string>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in 
position 21: ordinal not in range(128)
curl: option --data-urlencode: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

When executed in cli on the InfluxDB server:

python -c 'print(u"q=drop measurement \u00053\ufffdf\ufffd")'
q=drop measurement 3�f�

The system is running on Centos 7. Not sure what to try next.

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/85cc5e36-b648-49a6-b92f-3055d9f2b768%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to