We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numbering page with alpha-numeric creates accented small i in Turkish "ı" therefore cannot remove numbering.
Activate Turkish locale in Windows and create numbering then remove numbering. Roman numeral level remains but other levels are cleared.
Probably because of this implementation, might need to enforce localization.
Remove numbering regex doesn't include Turkish "ı":
The text was updated successfully, but these errors were encountered:
Instead of using .ToLower(), .ToLowerInvariant() solves the issue. Tested for a different console code snippet locally.
Sorry, something went wrong.
ToLowerInvariant to force proper char set of roman numbering
35cc0cd
#1437
ToLowerInvariant to force proper char set of roman numbering (#1464)
bc1d090
ToLowerInvariant to force proper char set of roman numbering (stevenc…
2dc1b65
…ohn#1464) stevencohn#1437
6326000
stevencohn
Successfully merging a pull request may close this issue.
Numbering page with alpha-numeric creates accented small i in Turkish "ı" therefore cannot remove numbering.
Activate Turkish locale in Windows and create numbering then remove numbering. Roman numeral level remains but other levels are cleared.
Probably because of this implementation, might need to enforce localization.
Remove numbering regex doesn't include Turkish "ı":
The text was updated successfully, but these errors were encountered: