danipen / TextMateSharp

A port of tm4e to bring TextMate grammars to dotnet ecosystem
MIT License
87 stars 15 forks source link

Fix turkish cultureinfo #30

Closed danipen closed 1 year ago

danipen commented 1 year ago

Fixes #29.

Using string.ToLower() converts the uppercase "I" char into "ı". Using string.ToLowerInvariant() fixes the issue.