Content
View differences
Updated by Andrej Sandorf 5 months ago
> Not sure if bug or feature.
### Steps to reproduce
1. Have input which contains special cases ".g. `Freigabe durch Behörde`
2. Create a new PIR documents in Nextcloud
### What is the buggy behavior?
* The Umlaute ist replaced with an underscore.
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/917803/content">
### What is the expected behavior?
1. Special characters which are not valid in the different file systems such as `:` are still removed.
2. In case of Umlaute they replaced with their ASCII representation https://thedocs.io/rails-i18n/guides/transliteration/ are not replaced.
###
### Steps to reproduce
1. Have input which contains special cases ".g. `Freigabe durch Behörde`
2. Create a new PIR documents in Nextcloud
### What is the buggy behavior?
* The Umlaute ist replaced with an underscore.
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/917803/content">
### What is the expected behavior?
1. Special characters which are not valid in the different file systems such as `:` are still removed.
2. In case of Umlaute they replaced with their ASCII representation https://thedocs.io/rails-i18n/guides/transliteration/
###