Files
source/Y/encoding.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

80 lines
12 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>encoding</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--charsets.c.html#L282'>encoding</a> 282 lib/charsets.c is_supported_encoding (const char *encoding)</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L287'>encoding</a> 287 lib/charsets.c if (encoding == NULL)</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L290'>encoding</a> 290 lib/charsets.c coder = str_crt_conv_from (encoding);</span>
<span class='curline'><a href='../S/lib--charsets.h.html#L30'>encoding</a> 30 lib/charsets.h gboolean is_supported_encoding (const char *encoding);</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L227'>encoding</a> 227 lib/strutil/strutil.c str_test_encoding_class (const char *encoding, const char *const *table)</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L231'>encoding</a> 231 lib/strutil/strutil.c if (encoding != NULL)</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L236'>encoding</a> 236 lib/strutil/strutil.c if (g_ascii_strncasecmp (encoding, table[t], strlen (table[t])) == 0)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L428'>encoding</a> 428 lib/vfs/interface.c path_element-&gt;dir.converter = (path_element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L429'>encoding</a> 429 lib/vfs/interface.c ? str_crt_conv_from (path_element-&gt;encoding)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L356'>encoding</a> 356 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (local, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L358'>encoding</a> 358 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L379'>encoding</a> 379 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (path, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L381'>encoding</a> 381 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L443'>encoding</a> 443 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (slash_pointer, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L451'>encoding</a> 451 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (url_delimiter, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L455'>encoding</a> 455 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L470'>encoding</a> 470 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (path, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L472'>encoding</a> 472 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L513'>encoding</a> 513 lib/vfs/path.c if (element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L518'>encoding</a> 518 lib/vfs/path.c g_string_append (ret_tokens, element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L633'>encoding</a> 633 lib/vfs/path.c g_string_append (buffer, element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L836'>encoding</a> 836 lib/vfs/path.c new_element-&gt;encoding = g_strdup (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L837'>encoding</a> 837 lib/vfs/path.c if (vfs_path_element_need_cleanup_converter (element) &amp;&amp; element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L838'>encoding</a> 838 lib/vfs/path.c new_element-&gt;dir.converter = str_crt_conv_from (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L866'>encoding</a> 866 lib/vfs/path.c g_free (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1064'>encoding</a> 1064 lib/vfs/path.c vfs_path_change_encoding (vfs_path_t *vpath, const char *encoding)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1070'>encoding</a> 1070 lib/vfs/path.c if ((path_element-&gt;encoding != NULL) &amp;&amp; (strcmp (encoding, path_element-&gt;encoding) == 0))</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1073'>encoding</a> 1073 lib/vfs/path.c g_free (path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1074'>encoding</a> 1074 lib/vfs/path.c path_element-&gt;encoding = g_strdup (encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1079'>encoding</a> 1079 lib/vfs/path.c path_element-&gt;dir.converter = str_crt_conv_from (path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1124'>encoding</a> 1124 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "encoding", element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1191'>encoding</a> 1191 lib/vfs/path.c element-&gt;encoding = mc_config_get_string_raw (cpath, groupname, "encoding", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1193'>encoding</a> 1193 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L42'>encoding</a> 42 lib/vfs/path.h char *encoding;</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L82'>encoding</a> 82 lib/vfs/path.h vfs_path_t *vfs_path_change_encoding (vfs_path_t *vpath, const char *encoding);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L132'>encoding</a> 132 lib/vfs/vfs.c char encoding[16];</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L151'>encoding</a> 151 lib/vfs/vfs.c ms = MIN (ms, (long) sizeof (encoding) - 1);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L155'>encoding</a> 155 lib/vfs/vfs.c memcpy (encoding, semi, ms);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L156'>encoding</a> 156 lib/vfs/vfs.c encoding[ms] = '\0';</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L158'>encoding</a> 158 lib/vfs/vfs.c if (is_supported_encoding (encoding))</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L159'>encoding</a> 159 lib/vfs/vfs.c coder = str_crt_conv_to (encoding);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1169'>encoding</a> 1169 src/filemanager/panel.c if (path_element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1170'>encoding</a> 1170 src/filemanager/panel.c ret_str = g_strdup_printf ("[%s]", path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4600'>encoding</a> 4600 src/filemanager/panel.c if (path_element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4601'>encoding</a> 4601 src/filemanager/panel.c panel-&gt;codepage = get_codepage_index (path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4994'>encoding</a> 4994 src/filemanager/panel.c const char *encoding = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5025'>encoding</a> 5025 src/filemanager/panel.c encoding = get_codepage_id (panel-&gt;codepage);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5026'>encoding</a> 5026 src/filemanager/panel.c if (encoding != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5028'>encoding</a> 5028 src/filemanager/panel.c vfs_path_change_encoding (panel-&gt;cwd_vpath, encoding);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5059'>encoding</a> 5059 src/filemanager/panel.c if (path_element-&gt;encoding == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5065'>encoding</a> 5065 src/filemanager/panel.c converter = str_crt_conv_to (path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5072'>encoding</a> 5072 src/filemanager/panel.c MC_PTR_FREE (path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5481'>encoding</a> 5481 src/filemanager/panel.c if (path_element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5482'>encoding</a> 5482 src/filemanager/panel.c panel-&gt;codepage = get_codepage_index (path_element-&gt;encoding);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L50'>encoding</a> 50 tests/lib/vfs/path_recode.c test_init_vfs (const char *encoding)</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L52'>encoding</a> 52 tests/lib/vfs/path_recode.c str_init_strings (encoding);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L303'>encoding</a> 303 tests/lib/vfs/vfs_path_string_convert.c mctest_assert_not_null (element-&gt;encoding);</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L63'>encoding</a> 63 tests/src/usermenu__test_condition.c setup_charset (const char *encoding, const gboolean utf8_display)</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L65'>encoding</a> 65 tests/src/usermenu__test_condition.c str_init_strings (encoding);</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L70'>encoding</a> 70 tests/src/usermenu__test_condition.c cp_source = encoding;</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L71'>encoding</a> 71 tests/src/usermenu__test_condition.c cp_display = encoding;</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L72'>encoding</a> 72 tests/src/usermenu__test_condition.c mc_global.source_codepage = get_codepage_index (encoding);</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L73'>encoding</a> 73 tests/src/usermenu__test_condition.c mc_global.display_codepage = get_codepage_index (encoding);</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L91'>encoding</a> 91 tests/src/usermenu__test_condition.c const char *encoding;</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L114'>encoding</a> 114 tests/src/usermenu__test_condition.c setup_charset (data-&gt;encoding, data-&gt;utf8_display);</span>
</pre>
</body>
</html>