Locale/language-sensitive case mapping (Turkish case folding) #11688
ozgur-yalcin
started this conversation in
Ideas
Replies: 2 comments
-
You can be sure that all languages will be supported, just like in Go :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related: rust-lang/rust#72966 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you care a whit about internationalization (i18n), force your code to run under the Turkish locale as soon as reasonably possible.
Please add localized case folding support like golang:
GO case folding
https://golang.org/pkg/strings/#ToLowerSpecial
https://golang.org/pkg/strings/#ToUpperSpecial
I can suggest test code below for Turkish.
Vlang has a dreamy syntax and features. I have no doubt that the Turks will be very excited when they discover this language. You don't want to deprive them of this feature :)
Beta Was this translation helpful? Give feedback.
All reactions