Branch name generator: Replace Accented Chars by their Equivalent ASCII char, without remove it
Neilor Caldeira
Instead of remove the accented chars(current behavior), please, use a simple pure algorithm to replace it by their equivalent, like this sample at Stackoverflow(https://stackoverflow.com/a/34272324).
Current behavior explained through Attachment.
Log In