0

可能重复:
C# 中的西里尔文编码

我有的

string str = "уРБУЙВП ЧБН ЪБ ЧБЫХ РПНПЭШ"; //cyrillic
//I check this on 
site == http://2cyr.com/decode/?lang=en

str == koi8-r
if ( I decoder from the site)
  readeble text == windows-1251;

如何将 koi8 转换为 windows-1251 ?

4

0 回答 0