Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. int version();
  3.  
  4. // 866 -> 1251
  5. void __stdcall dos2win (const char text_in[], char text_out[]);
  6.  
  7. // 1251 -> 866
  8. void __stdcall win2dos (const char text_in[], char text_out[]);
  9.  
  10. // koi8-r -> 866
  11. void __stdcall koi2dos (const char text_in[], char text_out[]);
  12.