Subversion Repositories Kolibri OS

Rev

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

Rev 5098 Rev 6882
Line 65... Line 65...
65
	if ((to=encoding(tocode))==-1) return -1;
65
	if ((to=encoding(tocode))==-1) return -1;
66
	if ((from=encoding(fromcode))==-1) return -1;
66
	if ((from=encoding(fromcode))==-1) return -1;
67
	to=to<<16&0xFFFF0000;
67
	to=to<<16&0xFFFF0000;
68
	from=from&0xFFFF;
68
	from=from&0xFFFF;
69
	return to+from;
69
	return to+from;
-
 
70
}
Line -... Line 71...
-
 
71
 
-
 
72
int iconv_close(iconv_t icd)
-
 
73
{
70
		
74
  return 0;
Line 71... Line 75...
71
}
75
}
72
 
76
 
73
size_t iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft,
77
size_t iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft,