alphabetical - How to print (Turkish) alphabet with C# and NCLDR? -


cldr set of xml files, contains character sets
ncldr library https://github.com/guysmithferrier/ncldr

here expected result 29 letters - https://en.wikipedia.org/wiki/turkish_alphabet

how print these characters?

there similar questions, comments suggest various problems , no solutions.

some of say, simple homework task. if so, please go answer
how enumerate localized alphabet in c#?
generating array of letters in alphabet
.net string comparison collation
use custom encoding or add custom characters
https://stackoverflow.com/questions/26520088/the-right-way-to-use-custom-encoding-class-in-c-sharp


Comments

Popular posts from this blog

java - OnDragListener Fires Several Times? -

c# - ajax - How to receive data both html and json from server? -