microsoft / microsoft/AdaptiveCards
Templating properties with international characters isn't possible
Open
@jwoo-msft is already working on this.
Since Jul 25, 2022.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Platform
What platform is your issue or question related to? (Delete other platforms).
- .NET HTML
- JavaScript
Author or host
Author, using templating
Version of SDK
NuGet AdaptiveCards.Templating 1.3.1
Issue
It's not possible to address properties containing international characters in the templating language. C# raises an antlr4 exception. Also, the official designer crashes with a syntax error.
Example:
Card:
"text": "${toLower(öäü)}",
Sample Data:
{ "öäü": "test" }
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.