Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ロシア語の文字には ASCII 1251 テーブルを使用しています。したがって、char を 1251 の 10 進コードに、またはその逆に変換する C# 関数が必要です。
たとえば、ロシア語の「а」は 224、219 は「Ы」です。
すべての文字にハードコードされた値を持つ辞書を使用しない方法はありますか?