Skip to content

Commit

Permalink
Merge pull request #2368 from deltoro05/patch-1
Browse files Browse the repository at this point in the history
Update ngsi_dynamodb_sink.md
  • Loading branch information
fgalan authored Apr 15, 2024
2 parents 07afe5e + 2ec1222 commit 9273b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Cygnus applies this specific encoding tailored to DynamoDB data structures:
* Hyphen character, `-`, is not encoded.
* Dot character, `.`, is not encoded.
* Equals character, `=`, is encoded as `xffff`.
* All other characters, including the slash in the FIWARE service paths, are encoded as a `x` character followed by the [Unicode](http://unicode-table.com) of the character.
* All other characters, including the slash in the FIWARE service paths, are encoded as a `x` character followed by the [Unicode](https://symbl.cc) of the character.
* User defined strings composed of a `x` character and a Unicode are encoded as `xx` followed by the Unicode.
* `xffff` is used as concatenator character.

Expand Down

0 comments on commit 9273b40

Please sign in to comment.