Created question in FIWARE Q/A platform on 10-02-2022 at 16:02
Please, ANSWER this question AT https://stackoverflow.com/questions/71068975/fiware-errors-when-dealing-with-locale-caracters-french-for-instance-as-payl
Question:
FIWARE : Errors when dealing with Locale caracters (french for instance) as Payload
Description:
I am currently testing some SmartDataModels (SmartDestination/Events), and when I try to add an entity in which the description contains some french caracters like "é" or "à", the Orion CB rejects my payload with the following error message :
entityCreate009 400 Bad Request
{"error":"BadRequest","description":"Invalid characters in attribute value"}
... because it contains an "é"
The tested JSON payload (NGSI v2) is this one : https://raw.githubusercontent.com/smart-data-models/dataModel.TourismDestinations/2ab2bac0fae5893ba4310714823e293c9030f8c1/Event/examples/example.json
Do I need to provide specific option in order to deal with Locale caracters ?
Many thanks in advance for your help
Rgds
Laurent