[PR #81] Use Char.ToUpperInvariant instead of Char.ToUpper #807

Open
opened 2026-01-29 14:45:48 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/81

State: closed
Merged: Yes


Due to use of Char.ToUpper, ListExtraItemParser fails in cultures like Turkish where uppercase of 'i' is 'İ'. Char.ToUpperInvariant should be used instead.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/81 **State:** closed **Merged:** Yes --- Due to use of Char.ToUpper, ListExtraItemParser fails in cultures like Turkish where uppercase of 'i' is 'İ'. Char.ToUpperInvariant should be used instead.
claunia added the pull-request label 2026-01-29 14:45:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#807