From 2ec1222badc222975e36050e58efeb0caf326a13 Mon Sep 17 00:00:00 2001 From: deltoro05 <162127830+deltoro05@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:50:47 +0300 Subject: [PATCH] Update ngsi_dynamodb_sink.md This URL https://unicode-table.com/ has changed to https://symbl.cc/ --- .../flume_extensions_catalogue/ngsi_dynamodb_sink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_dynamodb_sink.md b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_dynamodb_sink.md index 446b4b618..8615436df 100644 --- a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_dynamodb_sink.md +++ b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_dynamodb_sink.md @@ -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.