mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 00:47:53 +00:00
* Fix spelling of Transportation logistics tracker * Fix spelling for 3 other templates * Bump version to 3.2.2 --------- Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
16 lines
406 B
JSON
16 lines
406 B
JSON
{
|
|
"name": "UTF-8 encoder and decoder",
|
|
"description": "Encode and decode text to and from UTF-8 for enhanced text processing, facilitating multilingual support and accurate data transmission.",
|
|
"widgets": [
|
|
"Table",
|
|
"Container"
|
|
],
|
|
"sources": [
|
|
{
|
|
"name": "Run JavaScript",
|
|
"id": "runjs"
|
|
}
|
|
],
|
|
"id": "utf-8-encoder-and-decoder",
|
|
"category": "developer-utilities"
|
|
}
|