English 中文(简体)
C#: 收到字母字母缩略语,用于 s语吗?
原标题:C#: get letters of alphabet for scandinavian language?
  • 时间:2009-10-09 09:27:08
  •  标签:

是否有办法以文字接收字母字母?

I want to do paging, and I want to show for example the last 7 letters of the alphabet. For the dutch alphabet t-z are the last 7 letters, but for Sweden it s w-ö (which is w x y z å ä ö).

And when I get that as input, for the "normal" a-z alphabet I can generate the letters in between by using the ASCII table, but for Sweden that won t work.

最佳回答

So to clean this one up, i think the answer is that even if i limit myself to western languages i can t ask the .Net framework for the alphabet letters. So i ve made a list myself with the letters, luckily there were only four languages to do.

问题回答

我最了解的是,两者都没有。 NET或Windows提供这一信息。 但是,你可以在Unicodegroup s CLDR数据库上找到。 该行实际上是一套XML文件(每种语文各一份)。 在语言缩略之后命名的,含有各种地方化信息。 一枚金矿!

该要素/文献/文献/文献目录载有使用该语文的特性清单。 例如,瑞典(v.xml):

[a-v x-z å ä ö]

请注意,当你说ASCII信函时,你确实认识到你会再次将自己限制在拉丁字母上,而没有你? 就《欧洲空间法年鉴》而言,例如A-z号是统法协会编码序列,而不仅仅是ASCII字母。 例如,俄文(从鲁.到x):

[а-е ё ж-я]

我不认为,在方案上可以默认,但这里在

你会再次向各位笔译员发送一份插座清单。 您的每个语文各有一个,每个语文都有自己的语言。 因此,仅向它们提交以下插图:a b c f g h i j k l m n o p q r t u v w x y z”,并将之作为代用的字母。 他们应该能够向你们翻译。 你们可以回头看像......”x ij z”这样的 entries子——“j”是一封信的共同写词





相关问题
热门标签