Open raydeng83 opened 1 week ago
Hi @raydeng83 - please can you provide some more details about how you are defining the values? I can't reproduce the issue - seems to work okay in the test environment, so wondering if this is an encoding problem in your environment? Would appreciate details like
.env
file, or pipeline environment variable etcIf it is an env variable, you could try base64 encoding and specify using the base64 prefix - e.g.
ESV_INTERNATIONAL=w6nDocOtw7PDug==
{
"_id": "esv-international",
"description": "Test international chars",
"expressionType": "string",
"valueBase64": "${BASE64:ESV_INTERNATIONAL}"
}
When I was pushing ESVs with Spanish special chars like é, á, í, ó, and ú, they are overridden with some random ASCII values. Thinking we may need to add support for Special Chars.