You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a special character (like german umlauts) is typed the encoded char is placed. To be platform independend one has to sanitize the special char (e.g. ä to {\"a}).
What is the expected or desired behavior?
When the special char is typed, it shall be replaced with the sanitized form. In the settings could be a page where the replacements can be set.
Please provide use cases for changing the current behavior:
When ä is pressed, {\"a} is written, automatically.
The text was updated successfully, but these errors were encountered:
What is the current behavior?
If a special character (like german umlauts) is typed the encoded char is placed. To be platform independend one has to sanitize the special char (e.g.
ä
to{\"a}
).What is the expected or desired behavior?
When the special char is typed, it shall be replaced with the sanitized form. In the settings could be a page where the replacements can be set.
Please provide use cases for changing the current behavior:
When
ä
is pressed,{\"a}
is written, automatically.The text was updated successfully, but these errors were encountered: