mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 21:39:32 +00:00
[PR #81] [MERGED] Use Char.ToUpperInvariant instead of Char.ToUpper #804
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/81
Author: @volkanceylan
Created: 12/18/2016
Status: ✅ Merged
Merged: 12/18/2016
Merged by: @xoofx
Base:
master← Head:master📝 Commits (1)
013ec0bDue to use of Char.ToUpper, ListExtraItemParser fails in cultures like Turkish where uppercase of 'i' is 'İ'. Char.ToUpperInvariant should be used instead.📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
src/Markdig/Extensions/ListExtras/ListExtraItemParser.cs(+1 -1)📝
src/Markdig/Helpers/CharHelper.cs(+2 -2)📄 Description
Due to use of Char.ToUpper, ListExtraItemParser fails in cultures like Turkish where uppercase of 'i' is 'İ'. Char.ToUpperInvariant should be used instead.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.