microsoft / microsoft/AdaptiveCards

Templating properties with international characters isn't possible

Open
#7,700 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.