You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Is this a variable or secret
How is the value stored - in a .env file, or pipeline environment variable etc
Is it hardcoded in the ESV json file, or as an env variable
Anything else relevant
If it is an env variable, you could try base64 encoding and specify using the base64 prefix - e.g.
If value is "éáíóú"
Env variable set to ESV_INTERNATIONAL=w6nDocOtw7PDug==
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.
The text was updated successfully, but these errors were encountered: