Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spanish special chars are overridden with some other ASCII values #203

Open
raydeng83 opened this issue Oct 24, 2024 · 1 comment
Open

Comments

@raydeng83
Copy link

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.

@christian-brindley
Copy link
Collaborator

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==
  • Variable JSON file as follows
{
  "_id": "esv-international",
  "description": "Test international chars",
  "expressionType": "string",
  "valueBase64": "${BASE64:ESV_INTERNATIONAL}"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants