Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

Clarify character encoding #462

Closed m-mohr closed 1 year ago

m-mohr commented 1 year ago

The API doesn't say anything about character encoding and I'm not sure all clients send/parse the corresponding headers. Should we say something that if nothing is negotiated with HTTP content negotiation (Charset / Accept-Charset) that the default character encoding for the API implementations is UTF-8?

Origin: https://github.com/Open-EO/openeo-r-client/issues/132