Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sedatk
on Aug 16, 2020
|
parent
|
context
|
favorite
| on:
In the Turkish locale, "INFO".lower() != "info"
C# has a `ToLowerInvariant()` variety for that.
paranoidrobot
on Aug 16, 2020
[–]
Which iirc is an alias for ToLower on the en-us locale. (Same for the other C# *Invariant() methods)
GoblinSlayer
on Aug 17, 2020
|
parent
[–]
It calls ToLower(CultureInfo.InvariantCulture);
Locale name is iv-IV.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: