ForgeRock / fr-config-manager

ForgeRock config manager
MIT License
6 stars 7 forks source link

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

Open raydeng83 opened 1 week ago

raydeng83 commented 1 week ago

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 commented 4 days 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

If it is an env variable, you could try base64 encoding and specify using the base64 prefix - e.g.

{
  "_id": "esv-international",
  "description": "Test international chars",
  "expressionType": "string",
  "valueBase64": "${BASE64:ESV_INTERNATIONAL}"
}