dotnet / dotnet/ResXResourceManager
Escape diacritics characters when a new key is generated
Open
Feature request
Up for grabs
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 251
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Would be nice to escape/replace diacritics characters when a new key is generated based on the string.
I know the best approach is always use English Keys, but I can see some of the people may accent on the different neutral language than English. So it could be very useful solution.
For example if I select the following text "crème brûlée" and click [MoveToResources] it should replace it with "MyClass_Creme_Brulee". At the moment it would be "MyClass_Crème_Brûlée".
What do you think guys?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.