Question

In the Wallet Objects template, what characters can I use? I do not want to accidentally use characters that are not supported.

Était-ce utile?

La solution

Acceptable UX string characters are: a-zA-Z0-9!@#$^%&*()[];:'"<>,./?-_=+ (and space, newline as '\n' and backslash as '\'). To create a break you need to use newline (\n). HTML tags are not supported. You can also insert special characters such as © ® by copy / pasting into the fields of your Loyalty or Offers class or object. Most unicode characters such as \u00ae \u00a9 are also supported.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top