Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2327 → Rev 2328

/programs/develop/libraries/charset/charset.h
0,0 → 1,11
 
int version();
 
// 866 -> 1251
void __stdcall dos2win (const char text_in[], char text_out[]);
 
// 1251 -> 866
void __stdcall win2dos (const char text_in[], char text_out[]);
 
// koi8-r -> 866
void __stdcall koi2dos (const char text_in[], char text_out[]);