convert_cyr_string
转换古斯拉夫字符串成其它字符串。 
语法: string convert_cyr_string(string str, string from, string to); 
返回值: 字符串 
函数种类: 资料处理 
 本函数将古斯拉夫字符串转成其它的字符串。from 及 to 二个参数是字符,其代表意义如下:
 
- k - koi8-r 
 - w - windows-1251 
 - i - iso8859-5 
 - a - x-cp866 
 - d - x-cp866 
 - m - x-mac-cyrillic 
  
 
 
  |