Open
Description
There is a discourse question asking if we are going to support special characters outside of what we currently allow now for name translations.
We need to review the existing state of name translations and make a decision on this.
What we currently allow for name translations via schema validation rules:
- spaces
- A-Z & a-z
- accented letters
- Underscore (_)
- At symbol (@)
- Period/dot (.)
- Forward slash (/)
- Hash/pound sign (#)
- Apostrophe/single quote (')
- Ampersand (&)
- Plus sign (+)
- Hyphen/dash (-)
- max length = 50
Tasks
- Review current name translation rules
- Make decision if we will expand special character support for name translations
- Cut tickets as req’d