Subversion Repositories Kolibri OS

Rev

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

Rev 7759 Rev 7781
Line 21... Line 21...
21
 
21
 
22
dword ChangeCharset(dword from_chs, to_chs, conv_buf)
22
dword ChangeCharset(dword from_chs, to_chs, conv_buf)
23
{
23
{
Line -... Line 24...
-
 
24
	dword cd, in_len, out_len, new_buf;	
-
 
25
 
24
	dword cd, in_len, out_len, new_buf;	
26
	from_chs = from_chs*10+#charsets;
25
 
27
 
Line 26... Line 28...
26
	debug("iconv: from_chs = "); debugln(from_chs);
28
	debug("iconv: from_chs = "); debugln(from_chs);
27
	debug("iconv: to_chs = "); debugln(to_chs);
29
	debug("iconv: to_chs = "); debugln(to_chs);