Subversion Repositories Kolibri OS

Rev

Rev 5676 | Rev 5704 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5676 Rev 5690
Line 55... Line 55...
55
	free(new_buf);
55
	free(new_buf);
56
	return conv_buf;
56
	return conv_buf;
57
}
57
}
Line 58... Line 58...
58
 
58
 
59
 
59
 
60
char *charsets[] = { " ", "UTF-8", "KOI8-RU", "CP1251",  "CP1252", "ISO8859-5", "CP866"};
60
:char *charsets[] = { " ", "UTF-8", "KOI8-RU", "CP1251",  "CP1252", "ISO8859-5", "CP866"};
61
int cur_charset;
61
:int cur_charset;
62
enum {
62
enum {
63
	CH_NULL,
63
	CH_NULL,
64
	CH_UTF8,
64
	CH_UTF8,